Page 1 of 1

Persistence of Session data

Posted: Mon Nov 09, 2009 7:34 pm
by Bob Kellock
How long does session data persist if session_unset and session_destroy are not called?

Re: Persistence of Session data

Posted: Mon Nov 09, 2009 7:38 pm
by Christopher
It is a configuration setting (in php.ini), so you can set it to whatever you want. I think the default setting is 24 minutes.