I am unsure of this myself, however you can setup your own Scheduled Task to
do this for you.
--------------------------------------------------------------------
<cfset HKLM = "HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion">
<cfregistry action="GetAll"
branch="#HKLM#\CurrentVersion\Clients"
type="Key"
name="KeysToPurge">
<cfloop query="KeysToPurge">
<cfregistry ACTION="Delete"
branch="#HKLM#\CurrentVersion\Clients\#Entry#">
</cfloop>
--------------------------------------------------------------------
NOTE that you probablly want to validate the LASTVISIT entry for each Client
before you potentially delete a current user's data.
Here is a tool that Allaire released to purge client variables stored in the
registry. It features date range validation and incremental purging (which
is need for large registry stores).
http://www.macromedia.com/v1/handlers/index.cfm?ID=20340&Method=Full
Enjoy!
--
Scott Van Vliet
Sempra Energy
555 W. 5th St., 21st Floor
Los Angeles, CA 90013
Tel > 213.244.5205
Email > [EMAIL PROTECTED]
"Hello Stupid, and welcome to your crappy computer."
- Strong Bad, HomestarRunner.com
> -----Original Message-----
> From: Stacy Young [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 10, 2002 12:33 PM
> To: CF-Talk
> Subject: When Does Purge Take Place?
>
>
> If I'm not mistaken the cfexec service is responsible for
> purging client
> variables. We've been having some issues with CF not purging
> in the past
> (when set to registry storage) and we need to test that it
> will now purge
> with the data source in place. I can set it to purge everyday
> for the sake
> of testing but when does the exec service actually perform
> the purge? Is it
> scheduled? Is it on every client update?
>
>
>
> Anyone?
>
>
>
>
>
> Stacy Young
>
> System Integration Specialist, Architecture
>
> Surefire Commerce
>
> http://www.sfcommerce.com <http://www.sfcommerce.com>
>
> (p) 514-380-2700 ext: 3234
>
> (f) 514-380-2760
>
>
>
>
>
> AVIS IMPORTANT:
> -------------------------------
> Les informations contenues dans le present document et ses
> pieces jointes sont strictement confidentielles et reservees
> a l'usage de la (des) personne(s) a qui il est adresse. Si
> vous n'etes pas le destinataire, soyez avise que toute
> divulgation, distribution, copie, ou autre utilisation de ces
> informations est strictement prohibee. Si vous avez recu ce
> document par erreur, veuillez s'il vous plait communiquer
> immediatement avec l'expediteur et detruire ce document sans
> en faire de copie sous quelque forme.
>
> WARNING:
> -------------------------------
> The information contained in this document and attachments is
> confidential and intended only for the person(s) named above.
> If you are not the intended recipient you are hereby
> notified that any disclosure, copying, distribution, or any
> other use of the information is strictly prohibited. If you
> have received this document by mistake, please notify the
> sender immediately and destroy this document and attachments
> without making any copy of any kind.
>
>
>
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists