M
Marcus Olsson
Hi!
When my ASP.NET app timeout I want it to redirect to a page that tells the user that they are timed out. 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. If there is a timeout, that page is used. Q: Is that loginUrl-page used in other cases too, or only when timeout?
What I want is one Login page and another page which you are redirected to if the app does a timeout. Which is the smartest way to do this?
<forms name="formsmy" path="/" loginUrl="login.aspx" protection="All" timeout="1" SlidingExpiration="true"/>
I have searched for an answer on internet but there seemes to be no clear answer. If you have a link to a good page or some ideas, I would appreciate it much!
Thanx!
Regards
/marcus
When my ASP.NET app timeout I want it to redirect to a page that tells the user that they are timed out. 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. If there is a timeout, that page is used. Q: Is that loginUrl-page used in other cases too, or only when timeout?
What I want is one Login page and another page which you are redirected to if the app does a timeout. Which is the smartest way to do this?
<forms name="formsmy" path="/" loginUrl="login.aspx" protection="All" timeout="1" SlidingExpiration="true"/>
I have searched for an answer on internet but there seemes to be no clear answer. If you have a link to a good page or some ideas, I would appreciate it much!
Thanx!
Regards
/marcus