Thanks, Greg!

----- Original Message -----
From: "Greg McDaniel" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 14, 2003 2:01 PM
Subject: RE: Looping Client Vars


> You can use
>
> <cfset client_var_list = #GetClientVariablesList()#>
>    <cfloop index="list_element" list="#variables.client_var_list#"
> delimiters=",">
>     <cfset temp = DeleteClientVariable("#list_element#")>
> </cfloop>
>
>
> Greg
>
> -----Original Message-----
> From: Ryan [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 14, 2003 1:47 PM
> To: CF-Talk
> Subject: Looping Client Vars
>
>
> Anyone have any ideas for looping through and deleting all client
variables?
> Client isn't a structure, is it?
>
> TIA,
>
> Ryan
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to