You can't *delete* a var. You can delete a cookie, but that's because it's
not a CF var. You can delete structures using StructDelete() but they're not
the same thing.
You can make the value of the var null, or use a session variable to
indicate login/out status (that's what I've done in the past).
-----Original Message-----
From: Jon Gage [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 02, 2000 8:03 AM
To: CF-Talk
Subject: Killing a variable
I'm setting a session variable when people log into our site. I was
wondering if there's a way to "kill" the variable when they log out, so an
isDefined("SESSION.LOGGEDIN") will return as false. Is this possible?
Thanks,
Jon
----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]