> I had the same problem. Am now using DB for client storage but would > prefer cookie. Ideas anyone?
I actually have never used cookies to store my client variables, but something just occured to me. Why ever use client variables at all if you are just gonna be storing them in cookies? Might as well just use cookies straight up... -Cameron ----------------- Cameron Childress Sumo Consulting Inc. --- cell: 678-637-5072 aim: cameroncf email: [EMAIL PROTECTED] > -----Original Message----- > From: Tom Nunamaker [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 4:19 PM > To: CF-Talk > Subject: RE: CFMX / Client Variables as cookies > > > 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 > > > > > > > > > > ______________________________________________________________________ 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

