I don't know the answer to your final question, but one thing you can do is set your default client variable storage to cookie.
Personally I agree with Sean and try to avoid client variable usage altogether. - Calvin -----Original Message----- From: Coleman, Brian [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 4:31 PM To: CF-Talk Subject: Registry growing On the production server I'm using for Cold Fusion (Windows 2000 Server, 1 processor, 1gig ram), the registry has steadily grown from below 32 meg to 110meg. CF MX 6.1 has been running on the server for almost two years without the registry growing and I haven't made any changes to the CF admin settings. I have added a couple new applications but they have also been running for 4-5 months whereas the registry growing has happened in the last 2-3 weeks. All my application.cfm files look like this <cfapplication name="xxx" sessionmanagement="yes" sessiontimeout="#CreateTimeSpan(0,1,0,0)#"> if I need to use variables I use session variables and have never used client variables There is one other application.cfm my boss is using for his site that looks like this <cfapplication name="xxx" sessionmanagement="Yes" clientmanagement="Yes"> His site is not live though and the only person using it is himself. There are a couple other non CF web applications installed on the server that have also been installed for a couple years. Is there any way to see registry sizes for different parts of the registry to see if CF is really the culprit or if there's something else I don't know about? Thanks, Brian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207927 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

