Hi ,

I have a rather stupid question to ask. Does anybody know how to get rid of
the CFID and CFToken?
Here's my cfapplication:

<cfapplication name="AppBF"
               clientmanagement="Yes"
               sessionmanagement="Yes"
               setclientcookies="Yes"
               clientstorage="cookie"
              sessiontimeout="#CreateTimeSpan(0, 0, 120, 0)#">


As you can see, I'm using CLIENT scope var to store my CFID and CFTOKEN.
I've created another page for the user to LOGOUT The reason behind this:
when the user LOGIN back in the future, she can get a fresh pair of CFIDE
and CFTOKEN.

In LOGOUT.cfm :

        <cfset client.cfid = 0>
        <Cfset client.cftoken = 0>

        <!---Go back Home--->
        <cflocation url=home.cfm" addtoken="no">

Even after I ran this page, CLIENT.CFID and CLIENT.CFTOKEN are still
there!!!
Can't seem to get rid of them ... HELP!


Thanks a bunch!!!

poor guy




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to