Thanks, I was trying that but I must have made a typo.

Rob

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Nolan J. Dubeau
Sent: March 20, 2002 11:54 PM
To: [EMAIL PROTECTED]
Subject: RE: [CFTALKTor] session variables


Deleting Session Variables...


<cflock timeout="5" throwontimeout="No" type="EXCLUSIVE">

        <cfif isdefined("session.variable1")>
                <CFSET StructDelete(Session, "variable1")>
        </cfif>

        <cfif isdefined("session.variable2")>
                <CFSET StructDelete(Session, "variable2")>
        </cfif>


</cflock>



Deleting Client Variables...

<cfif ISdefined("CLIENT.variable3")>
                <cfset Delete_variable3 =
DeleteClientVariable("variable3")>
</cfif>


Regards,

Nolan



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Rob Matlow
Sent: March 20, 2002 10:57 PM
To: CFTALK
Subject: [CFTALKTor] session variables

What is the quickest way to delete a session variable aside from waiting
for
it to expire?  ie./ a logout page

Thanks,

Rob


-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: "Rob Matlow"
<[EMAIL PROTECTED]>
To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
Manager: Kevin Towes ([EMAIL PROTECTED])
http://www.CFUGToronto.org/
This System has been donated by Infopreneur, Inc.
(http://www.infopreneur.net)

-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: "Nolan J. Dubeau" <[EMAIL PROTECTED]>
To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
This System has been donated by Infopreneur, Inc.
(http://www.infopreneur.net)



-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: "Rob Matlow" <[EMAIL PROTECTED]>
To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
This System has been donated by Infopreneur, Inc.
(http://www.infopreneur.net)

Reply via email to