Hi David,

Just to clarify, your code snippet should be in the application.cfm, I
presume?

>This code will cause the session to Die after closing a browser.
>
><cfif IsDefined("Cookie.CFID") AND IsDefined("Cookie.CFTOKEN")>
>  <cfset cfid_local = Cookie.CFID>
>  <cfset cftoken_local = Cookie.CFTOKEN>
>  <cfcookie name="CFID" value="#cfid_local#">
>  <cfcookie name="CFTOKEN" value="#cftoken_local#">
></cfif>
>
>Thanks,
>David Sparkman


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to