.netter
01-08-2005, 02:32 PM
I've read a number of articles about applying custom timeout redirection and there are a number of approaches that are recommended.
What I need is a solution that I can apply to where there are 3 possibilities of redirection on a session timeout. Here is the structure of my web:
Main Website
Store Website
Backend Management (which is a part of the Store Website)
If a session times out on the Main Website then I need to redirect back to the index.aspx page.
If a session times out in the store, I need to redirect the user back to the store main page (particularly if they are within the SSL and about to checkout).
If a session times out in the Backend Management, the user need to be redirected to the management login form.
What I'm looking for is something simple, yet stable, in which the user is automatically redirected to the appropriate page when a timeout occurs.
Any ideas for a good approach?
What I need is a solution that I can apply to where there are 3 possibilities of redirection on a session timeout. Here is the structure of my web:
Main Website
Store Website
Backend Management (which is a part of the Store Website)
If a session times out on the Main Website then I need to redirect back to the index.aspx page.
If a session times out in the store, I need to redirect the user back to the store main page (particularly if they are within the SSL and about to checkout).
If a session times out in the Backend Management, the user need to be redirected to the management login form.
What I'm looking for is something simple, yet stable, in which the user is automatically redirected to the appropriate page when a timeout occurs.
Any ideas for a good approach?