this works in 4.0.1 as well.

-----Original Message-----
From: Christopher Olive, CIO [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 20, 2000 6:49 AM
To: CF-Talk
Subject: RE: Deleting Session Variables


actually, SESSION variables are in a structure (in 4.5+).  you can do a
StructDelete(SESSION, varname) to get rid of a particular SESSION variable.

chris olive, cio
cresco technologies
[EMAIL PROTECTED]
http://www.crescotech.com



-----Original Message-----
From: Scott Wolf [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 20, 2000 1:52 AM
To: CF-Talk
Subject: Deleting Session Variables


I know this question was asked just a couple of days ago, but
I lost all of my old e-mail when I formatted my HD.  How can
I remove a session variable completely?  I know I can change
the value using CFSET (i.e. <CFSET Session.LoggedIn = "1">)
but I don't know how to remove it altogether.  Please let me
know if you can.  Thanks!

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

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

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

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

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

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to