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?