[PHP] When is garbage collection initiated?

2003-02-27 Thread Johnson, Kirk
I need a better understanding of when garbage collection is initiated under PHP's default session handling. It is not clear to me if the gc_probability is based on: - each *request* to the server, or, - each time a *new session file is created*, or, - each time a request causes a *session file

Re: [PHP] When is garbage collection initiated?

2003-02-27 Thread Jason k Larson
My understanding is: - each time a request causes a *session file to be created or accessed*. -- Jason k Larson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php