php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28669 Garbage collection doesnot work
Submitted: 2004-06-07 12:39 UTC Modified: 2004-06-19 01:00 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: liuyi1 at comp dot nus dot edu dot sg Assigned:
Status: No Feedback Package: Session related
PHP Version: 4.3.6 OS: Windows 2000 / Redhat A3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: liuyi1 at comp dot nus dot edu dot sg
New email:
PHP Version: OS:

 

 [2004-06-07 12:39 UTC] liuyi1 at comp dot nus dot edu dot sg
Description:
------------
I have several friends running my forum system.(www.celestesoft.com) Two of my friends got the same session problems under PHP4.3.6. ( both sites are under heavy traffic ) They are using default session handler and default session settings( 1/100 chance to start garbage collector ). Session files are stored in a specified folder ( not /tmp ) but in single level ( with no "N;xxx" configured ) . We noticed that session files are not cleaned automatically. after 3 days, both sites got over 150,000 session files.  So now i have to write a cleaner for them to solve the problem temporarily. meanwhile the sites with PHP 4.3.5 or other previous verions are running very well.

Sites with this problem
============================
Site 1:
OS: Windows 2000 
PHP 4.3.6

Site 2:
OS: Redhat as 3.0
PHP 4.3.6


Sites without this problem
============================
Site 1:
OS: FreeBSD 5.1
PHP 4.3.1

Site 2:
OS: Redhat 9.0
PHP 4.3.5

Site 3:
OS: Redhat 9.0
PHP 4.3.4

All sites are running the same forum system.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-19 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 05:01:27 2024 UTC