What code do I need in my php.ini to timeout a session? Also, with garbage collection max life time, does that set the time of being idle before deleting the session, or does that se the life time (as the name would suggest)?
What I want is a user can be on the site for as long as they want, but if they are idle for 20min (no page requests), the session will be destroyed?
What I want is a user can be on the site for as long as they want, but if they are idle for 20min (no page requests), the session will be destroyed?
Comment