thankee kindly

Shawn Regan wrote:
> <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>
> 
> -Shawn Regan
> 
> -----Original Message-----
> From: Douglas Jordon [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 20, 2002 1:15 PM
> To: CF-Talk
> Subject: deleting session variables when browser is closed
> 
> 
> I seem to remember that once upon a time code was posted to delete a 
> session variable in Application.cfm when the browser is closed.
> 
> Can someone post that code?
> 
> Thnx,
> 
> Doug Jordon
> 
> 
> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


Reply via email to