Basically, I can't use any session variables. I have WinXP PRO running IIS 5.1
I have a simple page that has a response.write(session.sessionID)
Every time I hit refresh, IIS creates a new session. I checked my browser and it is set to always accept cookies. I have also checked web site properties in IIS and each session is set to last 20 minutes.
Any idea what can be causing this?
TIA
I have a simple page that has a response.write(session.sessionID)
Every time I hit refresh, IIS creates a new session. I checked my browser and it is set to always accept cookies. I have also checked web site properties in IIS and each session is set to last 20 minutes.
Any idea what can be causing this?
TIA