I'll be the 5th person - I have exactly the same code running on CF5 and CFMx, CF5 sets the cookies ok - CFMX doesn't!
> -----Original Message----- > From: Tom Nunamaker [mailto:[EMAIL PROTECTED]] > Sent: 02 July 2002 00:51 > To: CF-Talk > Subject: RE: CFMX / Client Variables as cookies > > > IIS (Until WSP works with CFMX) on Windows 2000 > > Tom > > -----Original Message----- > From: SoW [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 3:39 PM > To: CF-Talk > Subject: Re: CFMX / Client Variables as cookies > > > Two other people mailed me saying they're having this problem > too, so that makes 4 of us.. > > CFMX and cookie client variables not working, anyone got any > ideas? I'm running linux 6.2 BTW. > > ----- Original Message ----- > From: "Tom Nunamaker" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Monday, July 01, 2002 1:19 PM > 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

