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

______________________________________________________________________
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
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