Thank you, but neither unset() nor destroy() satisfy my needs. I want session data to not disappear immediately but, rather, upon passage of a defined period of inactivity. I suspect a gc (garbage...
Type: Posts; User: marain; Keyword(s):
Thank you, but neither unset() nor destroy() satisfy my needs. I want session data to not disappear immediately but, rather, upon passage of a defined period of inactivity. I suspect a gc (garbage...
Folks,
How can I remove session data from the server after x number of seconds of inactivity? I assume the solution would use the session_gc() function.
A.