You wouldn't lose CFID and CFTOKEN if you use structdelete. You have to specify the key within the structure so you can pick and choose what session vars to knock off. Plus CFID and CFTOKEN aren't stored in the session structure so how would you lose them??
-----Original Message----- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 9:54 AM To: CF-Community Subject: Re: Log out routine Stephenie Hamilton wrote: > Well, I was thinking on the logout page I could set the cookies to > expire now...but what is the best way to kill a session var? StructDelete() (or StructClear(), but then you loose the cfid and cftoken as well). Jochem ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
