Asp.net: Implementing Auto-Logout functionality

Posted by renegadeMind on Stack Overflow See other posts from Stack Overflow or by renegadeMind
Published on 2009-04-02T10:31:12Z Indexed on 2010/05/12 7:04 UTC
Read the original article Hit count: 210

Hi, I have to implement auto-logout functionality in one of my projects and i just cant figure out where to start looking for ideas but SO.

What i need is for the application to redirect the user to the login page if the user session has expired. Please tell me as to what should be my approach to tackle this requirement.

Problem Statement: If the user leaves the system for more than n minutes in any given log-in instance, the system should automatically log them off.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX