SESSIONS IN ASP.NET LOGIN PAGE
...
plz write the code ..
when webpage is idile for 15 minutes ...then webpage is redirect login page....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Nov 12, 2013, 7:22 AM
Hi,
It is not possible to automatic redirect to login page if webpage is idile for 15 minutes.
yes it is possible to redirect on next action....
Please refer
http://www.codeproject.com/Articles/15575/Detecting-Session-Timeout-and-Redirect-to-HomePage
http://www.nullskull.com/a/1630/build-an-aspnet-session-timeout-redirect-control.aspx
hope this will help.