Try this: 

<cfif find("-",cfid)>
<cfcookie name="cfid" value="#cfid#" expires="#now()#">
<cfcookie name="cftoken" value="#cftoken#" expires="#now()#">
<p>Please restart your computer</p><cfabort>
</cfif>

This will clear the relevant cookies when they close the browser
restarting the computer is just a sure-fire way to make
sure they close all open browser windows.

hth 

Isaac

Original Message -----------------------
Is there a way to "clean out" the cfid's?  Does that question even make sense?

At 12:26 PM 7/31/2003 -0600, you wrote:
>I suspect part of the problem is that even after turning
>off the cfid as a uuid feature (which may require restarting
>ColdFusion or possibly JRUN), some cfid's are still holding
>uuid values which were set before you reset that setting.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to