FixMySite
Tue 21 November 2006, 08:02 pm GMT +0100
Question:
Currently in some of my sites, i'm using a session variable for various things. A client wants the ability to save a session state and then reload it later. Clearly I can do this by saving it in a database, but i was wondering, what kind of variable is a session state variable? is it text? can i just pull it out of the db and load it back in as a session variable and have it pull the exact state back up?
thanks guys.
Jason
edit: i'm using asp.net and vb.net and a mysql server
Currently in some of my sites, i'm using a session variable for various things. A client wants the ability to save a session state and then reload it later. Clearly I can do this by saving it in a database, but i was wondering, what kind of variable is a session state variable? is it text? can i just pull it out of the db and load it back in as a session variable and have it pull the exact state back up?
thanks guys.
Jason
edit: i'm using asp.net and vb.net and a mysql server