I'm trying to kill all the client variables in one clean sweep but can't
seem to get it right. I kind of worked out how to do one as:
<cfset temp = DeleteClientVariable("user")>
But how do I just go through all current client variables and delete
them all?
Is it something like?
<cfset temp = "DeleteClientVariable("#GetClientVariablesList()#")">
Thanks :-)
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

