Date: 09/02/99
- Next message: ondi: "[PHP-DEV] apache_lookup_uri"
- Previous message: a.gremm <email protected>: "[PHP-DEV] Bug #2215: apache seg fault /"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: marco <email protected>
Operating system: linux/Debian 2.1
PHP version: 4.0 Beta 2
PHP Bug Type: Misbehaving function
Bug description: Session garbage collector doesn't work
1) With all ini parameters I have been tested (session_lifetime, ect...), the session garbage collector don't seem to work; my /tmp directory remain full of file like 'eca49c28ecf7ceb11437935e8e62a37d' also after a new call to session_start().
Explict calling of session_destroy() works fine.
2) PHP.INI notes says that session.gc_probability trim probability that garbage collector fire on session_start(), but looking to session.c source I saw that probability is (100-session.gc_probability). So, if you assign 100 to session.gc_probability, garbage collector cannot start.
To resolve problem 1) I try several values of session.gc_probability, but none work.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: ondi: "[PHP-DEV] apache_lookup_uri"
- Previous message: a.gremm <email protected>: "[PHP-DEV] Bug #2215: apache seg fault /"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

