ID: 20884
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Session related
Operating System: FreeBSD 4.5
PHP Version: 4.2.3
New Comment:
My PHP server has the same problem.PHP version is 4.3.0, apache Version
is 2.0.43.
Please tell me how to fix it. Thanks!
Previous Comments:
------------------------------------------------------------------------
[2002-12-08 02:40:44] [EMAIL PROTECTED]
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php
------------------------------------------------------------------------
[2002-12-08 01:27:59] [EMAIL PROTECTED]
Here's my conf:
[Session]
session.save_handler = files
session.save_path = /tmp
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.serialize_handler = php
session.gc_probability = 1
session.gc_maxlifetime = 1440
session.referer_check =
session.entropy_length = 0
session.entropy_file =
;session.entropy_length = 16
;session.entropy_file = /dev/urandom
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 1
I start session and even if the user close it's browser, the session
file stay forever... It stay there and I have to delete them else I get
an hundred of session file created.... I tested it on my 2 box
(Freebsd4.5) and it does that too....
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=20884&edit=1