JohnOP Posted March 12, 2011 Share Posted March 12, 2011 Ok i know the default session timeout is set to 25 minues if they are idle, but will it still timeout if the are on a constant refresh page, like if the page there on refreshes every minute will they time out after the 25 still. Link to comment https://forums.phpfreaks.com/topic/230387-session-timeout/ Share on other sites More sharing options...
PFMaBiSmAd Posted March 12, 2011 Share Posted March 12, 2011 If the page that is being requested contains a session_start() statement, the last accessed time of the session data file will be updated to the time of the request and the session data file won't be deleted by session garbage collection. Link to comment https://forums.phpfreaks.com/topic/230387-session-timeout/#findComment-1186471 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.