Re: How to redirect timeout page when session timeout?
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?
.
Relevant Pages
- 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: Identify FormsAuthentication Timeout
... The better thing to do here is to design the app so that it can easily handle holding data that is in an intermediate state of completion and provide code that allows features like auto save to work and to make the current transaction "GET friendly" so that if the user is redirected away from the page they've been working on and then redirected back, they are returned to their in process transaction with the data as it was last saved either through some sort of auto save feature or via a user interaction. ... timeout period expires. ... > Is their a way to handle time outs without loosing data on the> redirect. ... > Maybe popup a logon page versus a redirect or something. ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Identify FormsAuthentication Timeout
... FormsAuthetication provider. ... timeout period expires. ... Followed by a redirect back to ... Maybe popup a logon page versus a redirect or something. ... (microsoft.public.dotnet.framework.aspnet.security) |
|