Your code worked fine for me both setting as Cookie in the administrator and 
in the ClientStorage attribvute in cfapplication.




>From: "SoW" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: CFMX / Client Variables as cookies
>Date: Sun, 30 Jun 2002 19:42:33 -0700
>
>Hi folks,
>
>I cannot get client variables to save under CFMX as cookies.  Is this a 
>known
>compatibility issue? The following code works great (client.test is set the 
>first time
>template is run) under CF5 but not CFMX.
>
><cfif isdefined("client.test")>
>         client.test is defined.
><cfelse>
>         client.test not defined.  defining..
>         <cfset client.test = "defined">
></cfif>
>
>It works instantly under CFMX if I change the storage type to registry or 
>db.
>Has ANYONE succesfully seen client vars as cookies working in CFMX?
>If so, what's the trick?
>
>Thanks
>
>
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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