I have just installed Windows 2003 Server and "copied" my website from Windows 2000 Small Business Server

Eventually I got everything working

But now when I naviagte between ASP pages the Session variables are lost

The problem is reproduceable

It seems like it is the BACK button which causes loss of Session variables, but I may be wrong

Can anyone help me

Thank
Wayne

RE: Session variables being lost by wayne

wayne
Tue Apr 13 20:51:04 CDT 2004

It looks like the properties of DefaultAppPool are important

The Performance page includes

Max no. worker processes: should be 1 and only

This seems to make the problem go away

I don't know wh

Wayne