Another problem !!! Have you encountered a problem with Client variables like "defining a new Client variable throws an error or does nothing *sometimes*"?
I cannot set a value for a Client variable RARELY!. I don't want to believe that Client variables are unstable! :( Any idea? Help? Note: I'm using updater 2, and an Oracle db for Client variable storage. -----Original Message----- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 7:57 PM To: CF-Talk Subject: RE: CFMX client variables problem !!! 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 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

