|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|