Hello,
I'm just wondering about this setting for the Session management functionality. To wit, will the session timer keep getting 'reset', so that as long as a user is still accessing my site, the session doesn't expire? Or will the session 'die' after the amount of time specified by this setting, regardless of whether they have recently accessed the site?


I believe, if I understand it, it's the first scenario, where the session get's garbage collected if the user doesn't visit your site for sission.gc_maxlifetime seconds, correct?

Jeff Schmidt

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to