|
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"> --- -----Original Message----- 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 |
- session expire Gregory Price
- Re: session expire Billy Cravens
- Re: session expire Gregory Price
- RE: session expire David Grant
- Re: session expire Nate Nielsen
- RE: session expire Billy Cravens
