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: yohgaki@php.net 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] yohgaki@php.net
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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-12-15 01:19 UTC] yohgaki@php.net
-Assigned To: +Assigned To: yohgaki
 [2015-12-15 01:35 UTC] yohgaki@php.net
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] yohgaki@php.net
-Status: Assigned +Status: Closed
 [2015-12-16 00:40 UTC] yohgaki@php.net
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-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC