Expire a session after certain amount of time of user inactivity in PHP?

Jamaal E

New member
I would like a script or a way for the user session to expire if the user has remained inactive for a certain amount of time, where the time will reset to limit should the user more. If possible, also tells the user ahead of time when the session is about to expire.

How do you do this?
 
Back
Top