php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11886 bug #8908 is still alive in 4.0.6
Submitted: 2001-07-04 15:16 UTC Modified: 2003-04-25 11:52 UTC
From: behr at math dot niu dot edu Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.6 OS: Solaris 8
Private report: No CVE-ID: None
 [2001-07-04 15:16 UTC] behr at math dot niu dot edu
After session_destroy () and registering a variable,
session_id () returns a new value but SID still has
the old one.

Configured with mysql, no transparent sid, using
php.ini very close to php.ini-optimized.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-10 05:09 UTC] sas@php.net
There is currently no way to reregister constants such as SID in the Zend Engine. I suggest using session_id() in the appropiate places.
 [2003-04-25 11:52 UTC] sniper@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

Seems to be fixed in 4.3.2-RC.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 08:01:29 2024 UTC