rookie
|
| Posted: 05/13/2004, 3:00 PM |
|
Hi, can I redirect a user automatically to a "logout page" when his session
expires?
Win2000, IIS, ASP
|
|
|
 |
saikumar
|
| Posted: 05/27/2004, 11:54 PM |
|
Hi,
Can I retrieve the same page after my session expires. I have this doubt in PHP webdesigning.
|
|
|
 |
BlinkyBill
Posts: 86
|
| Posted: 06/02/2004, 5:09 AM |
|
you need to use the Session_OnEnd event in Global.asa
look here:
http://www.learnasp.com/learn/global.asp
|
 |
 |
rbaldwin
Posts: 172
|
| Posted: 06/03/2004, 1:17 PM |
|
I have a related question.
ccgetuserid() is populated by common.asp with the session variable userid which is set during ccloginuser.
Would republishing my project reset my session variables?
|
 |
 |
|