This little snippet was taken from Hal's site at
http://www.teamallaire.com/tutorials/index.cfm?fuseaction=display&topicid=00
4


<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>

-----Original Message-----
From: Peter Terhorst [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 20, 2000 3:51 PM
To: [EMAIL PROTECTED]
Subject: [Fusebox] Dropping Session


Sorry for the obvious and perhaps redundant question:

somewhere I've seen posted a method for deleting session variables when the
browser closes... can someone remind me of the technique or point me to
instructions on same?

thanks,
pts

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

Reply via email to