I've had coldfusion errors get stuck on some users computers. It seems to be related to the browser pagecache and clearing that often fixed similar problems for me.
DRE -----Original Message----- From: Tim Do [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 11:59 AM To: CF-Talk Subject: RE: weird error I'm on cfmx/win2k.. But the user is able to log onto another computer. Its only happening on that one computer that I'm aware of. I'm also able to go to our development site from there also.. Yes.. I'm working on moving client vars to the db =) -----Original Message----- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 10:58 AM To: CF-Talk Subject: RE: weird error >I have clientmanagement="Yes" and I think it defaults to the >registry.... But when I put clientmanagement="No"... No more error... >Any ideas? > That could be a situation where your registry is full. Can you dig into it and see how big it is? Are you on Window? Unix? I deleted the old posts, so I forget what platform you said you're on. As a side note, storing client variables in the registry is an awful practice (if you'll excuse the bluntness). The option is a remnant of early ColdFusion versions (pre-CF 4, I believe) where the Registry was your only option. Now, it's really there for backwards-compatibility reasons and an ODBC datasource is the recommended path. Here's a good TechNote to help you move away from this. I believe the application they refer to will display a list of client variables in your registry, so it's a good place to start to get a feel for what's there. http://www.macromedia.com/support/coldfusion/ts/documents/tn17881.htm My suggestion above obviously isn't a direct answer to your question. But I would first start by removing client variables from the registry to reduce the registry size and see if your problems go away. Regards, Dave. _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

