Forms Authentication

  • Thread starter Thread starter dotnet_Beginner
  • Start date Start date
D

dotnet_Beginner

I have forms authentication set up on my ASP.NET web
application. When the user's session times out, it
redirects to login page on the first key stroke from the
client. But I want it to happen automatically, I mean the
the page should be automatically redirected to login page
once the session times out.

Any help is appreciated.

Thanks,
Sudhir
 
Sudhir,

HTTP is connectionless. Therefore, you cannot accomplish this.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
 
Back
Top