php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71122 Session GC may not remove obsolete session data
Submitted: 2015-12-15 01:18 UTC Modified: 2015-12-15 01:19 UTC
From: [email protected] Assigned: yohgaki (profile)
Status: Closed Package: Session related
PHP Version: Irrelevant OS: any
Private report: No CVE-ID: None
 [2015-12-15 01:18 UTC] [email protected]
Description:
------------
Currently, session GC is performed after read. This may result that obsolete session became active even when GC is performed.

Session GC should be performed before read.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-12-15 01:19 UTC] [email protected]
-Assigned To: +Assigned To: yohgaki
 [2015-12-15 01:35 UTC] [email protected]
Automatic comment on behalf of yohgaki
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8161230505f224449c4d4e3ff1f0c2c7ee2d040c
Log: Fixed Bug #71122 Session GC may not remove obsolete session data
 [2015-12-15 01:35 UTC] [email protected]
-Status: Assigned +Status: Closed
 [2015-12-16 00:40 UTC] [email protected]
Automatic comment on behalf of yohgaki
Revision: http://git.php.net/?p=php-src.git;a=commit;h=e8f1c29cc96ce333fa808aba126297b77d94abdf
Log: Fixed bug #71122 Session GC may not remove obsolete session data
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jun 09 01:01:26 2025 UTC