|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
redirecting on session end |
From: |
simon |
Date: |
8/29/2001 10:43:57 AM |
IP: |
195.188.42.194 |
Hi,
I've looked around and cannot get a simple answer to my question (perhaps there isnt one). Basically i want the user to be automatically redirected to a default login page once their session has timed out.
So something simple like
"If (session.Timout = True) then
Response.redirect("Login.asp") "
I have tried to change global.asa to
Sub Session_OnEnd
Response.redirect("login.asp")
but this doesnt do anything
Is there a simple example anyone can show me?
Thanks
Simon |
Follow Up - Re: redirecting on session end - Elija 8/30/2001 10:09:37 AM
|
|
|
|
|
|
|
|
|
|
|
|