|
You can’t kill the session when the
users links away from your site, you can kill it when they close the browser
though. Justin’s answer will do that, except you also need to add: setclientcookies=”no” in your CFApplication
tag to make it work. Daniel From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Justin Cook To preserve the session until the browser closes, put this in your
application.cfm <cfset Cookie.cfid = SESSION.cfid> <cfset Cookie.cftoken = SESSION.cftoken> See the CF WACK pages 611-613
|
- Killing session variables Sergio Santamaria
- Re: Killing session variables Justin Cook
- Re: Killing session variables Daniel Elmore
- Re: Killing session variables Jake McKee
