I have had this problem since installing CFMX. Rumor has it that updater 2 fixed it, but my situation hasn't improved. If I remember correctly, setting 'setdomaincookies' to false is supposed to resolve the issue (although that was not my experience).
It seems to be a subversive bug, because it only happens on one of my apps (there are two running on that server), and it doesn't happen at all on my other CFMX server. The CF administrator (which uses cookies/client variables) works fine on both. I've spent hours examining the code and I can't find a difference between the apps that work, and the app that doesn't, so I don't know whats up. I eventually wrote my own client tracking system using URL variables along with some anti-hijacking code for the busted app. Works pretty well, and had the nice benefit of allowing me to take care of WDDX serializing my "client" variables behind the scenes, so I can transparently store complex data without having to think about it. barneyb > -----Original Message----- > From: Murat Demirci [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2003 7:22 AM > To: CF-Talk > Subject: CFMX client variables problem !!! > > > I'm using CF MX Enterprise with Updater 2 and developing a membership > module nowadays. > > > > I'm using Client (storing in db) instead of Session. (with > setclientcookies=no and manually setted Cookies) > > > > Since months everything was ok. But now I encountered a strange problem > with Client variables. The problem is easy to describe: When I set a > Client variable in a page and go to another page via a link, the target > page cannot see the variable. I'm using <cfdump>s in both page for > Client. Ohh no! They are different from each other!! > > > > Have you know anything about this problem? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

