1)  How many client variables do you have per user?

2)  How many users are you getting in a 2 day period?

3)  If you _really_ need this many client variable stored in the registry
then you can make it use a real database rather than the flatfile registry
for storage.

Justin


On Tue, 20 Feb 2001, Stefan Verstege wrote:

> Hi,
> 
> I have to appologize, i was bit confusing also.. What it meant with the 2
> days is the option you can set when you click on cfregistry in the CFIDE..
> (variables -> registry)..
> 
> Look:
> 'Purge data for clients that remain unvisited for  2 days
> The ColdFusion executive will scan the client data (stored via use of the
> CFAPPLICATION tag's CLIENTMANAGEMENT attribute) periodically
> for entries that have not been accessed in a specified
> number of days. All the associated client data will be removed'
> 
> And the session variables are set at: 20 mins max and 20 mins default time
> out... but it is NOT working.. my registry keeps growing.. 2Mb last night
> !!.
> 
> It's it possible the clear the registry with a function or something ?
> 
> Oh this is what i have in my app_global.cfm (yes i'm using Fusebox!)
> 
> <!--- Set session management --->
> <CFIF NOT #IsDefined("Application.applicationName")#>
>      <CFAPPLICATION NAME="#request.applicationname#"
>           CLIENTMANAGEMENT="Yes"
>           SESSIONMANAGEMENT="Yes"
>           SETCLIENTCOOKIES="Yes"
>           SESSIONTIMEOUT="#request.timespan#"
>           APPLICATIONTIMEOUT="#request.timespan#">
> </CFIF>
> 
> Request.timespan is set at:
> REQUEST.TIMESPAN="#createtimespan(0,0,15,0)#";
> 
> I hope someone can help. since i don't know what to do anymore..
> 
> regards,
> --
> Stefan
> 
> --
> NewMedia, Web & ColdFusion Projects
> http://www.newmedia.nl
> Tel : 023 - 545 07 89
> Fax: 023 - 545 07 90
> 
> E-commerce: Zinloos besteld.
> 
> ------------------------------------------------------------------------------
> Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
> 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to