THANKS!

Neil

----- Original Message -----
From: "Kreig Zimmerman" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, February 04, 2002 4:18 PM
Subject: Re: Client Variable Mix Up


> <cfscript>
>   // Remove all client variables
>   variables.ThoseDangClients=GetClientVariablesList();
>   for(i=1;i LTE ListLen(variables.ThoseDangClients);i=i+1)
>     {
>     DeleteClientVariable(ListGetAt(variables.ThoseDangClients,i));
>     }
> </cfscript>
>
> ----- Original Message -----
> From: "Neil H." <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, February 04, 2002 4:14 PM
> Subject: Re: Client Variable Mix Up
>
>
> > How can I clear client variables.  I don't think it clear from what I
have
> > seen.  For session I used structdelete.
> >
> > Any ideas?
> >
>
>
> 
______________________________________________________________________
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to