ASP Session variable - TechRepublic
General discussion
June 25, 2004 at 04:05 AM
munrrob

ASP Session variable

by munrrob . Updated 21 years, 11 months ago

I am writing a site using ASP pages/VBScript. I am trying to pass a value using a session variable from one page to another. The page that sets the variable has:

Session(“Category”) = 1

The page that reads it uses:

Category = Session(“Category”)

it would appear that the variable is not being written to. I am testing the system on a laptop using PWS. Any ideas?

This discussion is locked

All Comments