It's not a matter of deleting session variables when
the browser is closed.  The idea is to maintain state
using CFID and CFTOKEN stored in a session cookie.

Something like this in Application.cfm should do the
trick:

CFAPPLICATION NAME="foo" SESSIONMANAGEMENT="No" CLIENTMANAGEMENT="Yes"
SETCLIENTCOOKIES="No">

<CFIF NOT IsDefined("Cookie.CFID")>
        <CFCOOKIE NAME="CFID" VALUE="#Client.CFID#">
        <CFCOOKIE NAME="CFTOKEN" VALUE="#Client.CFTOKEN#">
</CFIF>
__
 Erik Voldengen     6740 N Oracle Road, Ste 100
 Lead Developer     Tucson, Arizona 85704
 HMweb              520-742-2611 ext. 111
                    www.HMweb.com
                    


> -----Original Message-----
> From: Peter Terhorst [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 20, 2000 12: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=list
s/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