yeah, i was looking for a javascript... but this is probably easier, thanks
----- Original Message -----
Sent: Thursday, February 21, 2002 3:43 PM
Subject: RE: session expire

Well, there�s no way for the server to talk to the client when the session dies.  That�s the whole point of sessions expiring � there has been no communication from the client.  However, you can use the meta refresh tag and set it�s interval to your session timeout � it won�t kick off unless the user sits for that long, in which case the session has died:

 

<meta http-equiv="REFRESH" content="1200; url=RIPPoorSession.cfm">

 

---
Billy Cravens

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Gregory Price
Sent: Thursday, February 21, 2002 3:37 PM
To: [EMAIL PROTECTED]
Subject: session expire

 

I want to shoot a user off to another page as soon as their session expires without any user action so information isnt left on the screen.  anyone know how?

 

greg

Reply via email to