I need to add a session variable which I can do via Session("MyVariable") = SomeValue. Does AC already include any code that keeps track of generic session data. I just want to be consistent if possible.
Thanks.
Is there code for storing / managing session variables
Re: Is there code for storing / managing session variables
There is no code for generic session data, you can create your new variable as you said above.