Quote:
Originally Posted by aldwinenriquez
I am using forms authentication and whenever a session expires, it is automatically redirected to the loginurl.
Is there a way for me to redirect session timeouts to a different page and only unauthenticated requests to the loginurl?
|
I'm sure there is. I'm not sure I understand the question or maybe don't have enough information. If your code is redirecting on session timeout, why not just point it to another page in that place, instead of to the login page?
Not sure I really understand the problem.
Richard