If you are still planning on using client vars in your app, I would change
to using a DB for client storage.  Using the registry is bad (IE: refer to
original post).

You can make CF "expire" client info which is older than X days by changing
a setting in the cfadmin.  I think the default for this is 90 days.  Beware
that it takes CF quite a bit of time to purge these from the registry, so be
patient if you lower this setting dramatically because it may take a long
time for the service to start the first time.

On the other hand, it takes almost no time at all for CF to purge client
data from a DB.

-Cameron

--------------------
Cameron Childress
ElliptIQ Inc.
p.770.460.7277.232
f.770.460.0963

> -----Original Message-----
> From: Adrian Cesana [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 01, 2000 3:30 PM
> To: CF-Talk
> Subject: client vars
>
>
> I did some testing some time ago using client variables, I left the
> clientmanagement=yes in the application.cfm in my test application.  Ive
> used this app several times for testing etc.... I just noticed my registry
> has grown significantly.  How can I purge all these variables
> from the reg?
>
> -Adrian
>
> ------------------------------------------------------------------
> ------------------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> or send a message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to