I had the same problem. Am now using DB for client storage but would prefer cookie. Ideas anyone?
Tom -----Original Message----- From: SoW [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 2:06 PM To: CF-Talk Subject: Re: CFMX / Client Variables as cookies Weird. No matter what I do, I cannot get cookie client variables to work under CFMX, even using the same templates as with CF5. Both are pointing to the same directory, using the same application.cfm.... how odd. ----- Original Message ----- From: "mark brinkworth" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, June 30, 2002 8:08 PM Subject: Re: CFMX / Client Variables as cookies > 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 > > > > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

