conker87 Posted June 5, 2007 Share Posted June 5, 2007 Just a quick question. Is there anyway to change how long it takes for Sessions to expire? They're expiring way too early on my login code and I sometimes lose the data I post if it expires while I'm typing. Link to comment https://forums.phpfreaks.com/topic/54355-session-expire/ Share on other sites More sharing options...
per1os Posted June 5, 2007 Share Posted June 5, 2007 http://us.php.net/session Check the session variable options. If all else fails you can always store the session hash in the database and just keep re-using that. Link to comment https://forums.phpfreaks.com/topic/54355-session-expire/#findComment-268789 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.