I know this doesn't solve your problem... but... you can always "roll your own". Heck, all it is (more or less) is setting a cookie on the client's browser with a UUID then writing/updating a database table. Toss the "read" routine in your application.cfm page and you'll end up reading the client's info every time.
Or, even better... if your application doesn't need that data every time... you can make a call to the routine only when you do need it. That's even more efficient as it eliminates unneeded calls to the database. I personally have never relied on client variables for much more than session stuff. I purge my CDATA and CGLOBAL tables every night and never have any problems. -Novak ----- Original Message ----- From: "Webmaster" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 4:46 AM Subject: Re: CDATA dup insert error Again > I just read a long thread on this and MM has it as a bug, but it seems they > are not going to fix it. What a rip... > > > ----- Original Message ----- > From: "Webmaster" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Wednesday, January 15, 2003 11:22 PM > Subject: CDATA dup insert error Again > > > > Hi, > > I am still getting this error. The last time I asked the list we went > > around in circles about locking and purging the client var data store. > > Well, the purge is working fine. I have it set to one week and there are > > only a weeks worth of entries in the db. I don't understand how this can > > happen. I am using the Uuid version of the cftoiken so it is supposed to > > guarantee unique values (TechNote 22427) > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

