You might want to try this, it's been working for me:

<CFSCRIPT>StructClear(Session);</CFSCRIPT>
<CFCOOKIE NAME="CFID" VALUE="0" EXPIRES="NOW">
<CFCOOKIE NAME="CFTOKEN" VALUE="0" EXPIRES="NOW">

HTH,

Scott Wolf
Goodfriend Computer Training

-----Original Message-----
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 08, 2001 8:58 AM
To: CF-Talk
Subject: Killing Session Vars


It seems that there is a command that will kill all existing session
variables on a server without naming them individually, similar to the
ClearStruct function.  Can someone tell me what that is?

Dave
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to