Session variables are stored in an array. You can kill the array
(arraydelete()) but that will kill all the vars and Allaire does not
recommend that. You can probably do some nifty functions by converting the
array to a list, and finding out the position of the var you want to delete
and then doing a arraydeleteat() for that var.. not sure.. guessing here.
Scott M. Berry :-: [Staff Developer]
annex.com, Inc. - http://www.annex.com/
----- Original Message -----
From: "Scott Wolf" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, November 19, 2000 10:52 PM
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