Persistence of Session data
Moderator: General Moderators
-
Bob Kellock
- Forum Newbie
- Posts: 10
- Joined: Fri Oct 30, 2009 10:57 am
- Location: Wiltshire, UK
Persistence of Session data
How long does session data persist if session_unset and session_destroy are not called?
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Persistence of Session data
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.
(#10850)