User Inactivity Logout PHP

Posted by user342391 on Stack Overflow See other posts from Stack Overflow or by user342391
Published on 2010-06-18T10:42:39Z Indexed on 2010/06/18 10:53 UTC
Read the original article Hit count: 146

Filed under:
|
|
|
|

I want my users to be logged out automatically after X minutes of inactivity. I also want to have all sessions destroyed.

How can this be done? How can I check for inactivity then perform a function to log them out???

© Stack Overflow or respective owner

Related posts about php

Related posts about session