is there possibility to store the array of session variables into database and retrieve after few days with that name with out changing any data ?
thanks.
code about session regeneration
Moderator: General Moderators
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: code about session regeneration
definitely you can store the data, the problem will be whether the data is still use-able because sessions expire when the browser window is closed. Unless you store the data in a cookie and then match that to whatever values you have stored in the database. Which 'name' are you referring to here; the session id? a session variable name?prakash.7 wrote:is there possibility to store the array of session variables into database and retrieve after few days with that name with out changing any data ?
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering