How to alert or warn a user that session will be expiring soon in php codeigniter

Posted by ASD on Stack Overflow See other posts from Stack Overflow or by ASD
Published on 2010-05-11T10:15:54Z Indexed on 2010/05/11 11:54 UTC
Read the original article Hit count: 204

Filed under:
|
|

Basically I'm looking for a solution where a user is notified five minutes before the session expires.

The ideal solution will be count down notification that will have an option to renew the session.

If the countdown timer expires without the user refreshing the page, I need to log them out.

© Stack Overflow or respective owner

Related posts about sessions

Related posts about php