Is there code for storing / managing session variables

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Is there code for storing / managing session variables

Post by ZLA » Fri Jul 10, 2009 8:41 am

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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Is there code for storing / managing session variables

Post by mazhar » Fri Jul 10, 2009 8:51 am

There is no code for generic session data, you can create your new variable as you said above.

Post Reply