Garbage collection is a random process. You can however set the probability of it starting on every session call in the php.ini file, along with the elapsed time of a session variable, after which it is considered garbage. On my system, my probability is set to "1", meaning there is a 1% chance of the garbage process starting when I call a new session, and my "garbage define time" is 1440, meaning if the data is older than that amount of seconds, then it is to be considered garbage by the next garbage process, and hence, destroyed...
On Mon, 2003-03-10 at 15:30, Shaun van den Berg wrote: > When does the carbadge collector start ? > > Thanks > Shaun > > -- > Novtel Consulting > Tel: +27 21 9822373 > Fax: +27 21 9815846 > Please visit our website: > www.novtel.co.za > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php