You can pretty well bet that its client variable storage in the registry. Just because you haven't explicitly turned client var storage on doesn't leave it off.
I'll bet you are accumulating just basic client.cfid, client.cftoken, client.hitcount and client.lastvisit data. I saw this happen to a client of mine running CF 5. His registry ballooned to over 200 mb before I got called in and got it under control. Move cvar storage to a database. Anything. Even Access is better than the registry. Then set cvar expiration to maybe 2 days and watch to see if that fixes it. Not sure if the registry shrinks when the cvars get deleted You should be able to go into the registry and find the repository fairly easily. Don't remember the exact location. HKEY_LOCAL_MACHINE/Software/Macromedia/ColdFusion/CurrentVersion/Clients ? -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207932 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

