|
|
|
|
|
| | |
| |
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: redirecting on session end |
|
From: |
Elija |
|
Date: |
8/30/2001 10:09:37 AM |
|
IP: |
194.6.9.129 |
When the user successfully logs in set up a session variable...
session("loggedIn") = "Yes"
Then as the first thing you do on the subsequent pages...
if session("loggedIn") = "" then
response.redirect("loginpagename.asp")
end if
Which should trigger when the session has timed out.
Hope this helps/works.
Elija.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|