Cetanu Posted September 12, 2009 Share Posted September 12, 2009 Is there a way to make a session expire in a certain amount of time? Link to comment https://forums.phpfreaks.com/topic/174013-timing-sessions/ Share on other sites More sharing options...
ram4nd Posted September 12, 2009 Share Posted September 12, 2009 Have a look at using session_destroy, session_unset, unset('$_SESSION['$varname']), or session_write_close. Link to comment https://forums.phpfreaks.com/topic/174013-timing-sessions/#findComment-917288 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.