Try to set the <forms/> element timeout equal to <sessionState/> timeout.
I use ASP.NET 1.1 Form Authentication. The site has login, contents and
timeout pages. I set timeout to 10 mins. I can set to redirect login page
using form authentication. But it cannot set to redirect timeout when
session timeout. I want to redirect to timeout when session timeout. How
should I do?
RE: After specified browser activity ... Thanks for posting in the community! ... you can only redirect user after the user's NEXT CLICK. ... However, since the timeout state info are on serverside, I ... "window.setInterval" function to check a hidden field flag to determine ... (microsoft.public.dotnet.framework.aspnet)
RE: After specified browser activity ... Thanks for posting in the community! ... you can only redirect user after the user's NEXT CLICK. ... However, since the timeout state info are on serverside, I ... "window.setInterval" function to check a hidden field flag to determine ... (microsoft.public.dotnet.framework.aspnet)
Re: Redirect Session Timeout ... you can redirect the user to a page with you timeout message.... I don't want them to just end up att the default Login page just like that. ... > In web.config I can set loginUrl to a certain URL. ... (microsoft.public.dotnet.framework.aspnet.security)
Re: Session_End ... Everything works fine, when the Timeout is ... I know that IIS has a 90 second limit before triggering a Timeout ... > redirected to the login page... ... (microsoft.public.dotnet.framework.aspnet.security)
Re: Logg off users with session.timeout ... if the session has expired or doesn't exist we ...redirect to a "timed out" page. ... The timeout page contains only a ... change our method to something better - or if this is the norm.... (microsoft.public.dotnet.framework.aspnet)