Page 1 of 1

Is there code for storing / managing session variables

Posted: Fri Jul 10, 2009 8:41 am
by ZLA
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.

Re: Is there code for storing / managing session variables

Posted: Fri Jul 10, 2009 8:51 am
by mazhar
There is no code for generic session data, you can create your new variable as you said above.