Re: [PHP] How works the garbage collector

2002-04-15 Thread Andrey Hristov
based on atime of the file - for files) they are deleted. Regards, Andrey - Original Message - From: "oje" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 15, 2002 11:51 AM Subject: [PHP] How works the garbage collector > Hi, > > I ca

[PHP] How works the garbage collector

2002-04-15 Thread oje
Hi, I cannot figure out how the garbage collector works. If we set session.cookie_lifetime to 0, the session remains valid until the browser is closed. That's OK and it works. My question is : how the garbage collector knows that the browser is closed and that the session can be destroyed ? I