I am new to classic ASP and I need to code a web application in classic asp because the customer wants it to be in classic asp. :(
Anyways! here is my question:
Set session data like this:
set Session.Contents("UserData") = UserData
and then get it like this:
Session.Contents("UserData.UserIsActive")