ID: 14566
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: No Feedback
+Status: Closed
Bug Type: Session related
Operating System: Solaris 7
PHP Version: 4.1.0
New Comment:
This bug has been fixed in CVS.
Previous Comments:
------------------------------------------------------------------------
[2002-03-22 00:00:04] [EMAIL PROTECTED]
No feedback was provided for this bug for over a month, 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".
------------------------------------------------------------------------
[2002-02-21 05:28:31] [EMAIL PROTECTED]
s/self/myself/g
------------------------------------------------------------------------
[2002-02-21 03:10:38] [EMAIL PROTECTED]
I always start session by self.
Could you try session.auto_start=Off? See if it helps?
------------------------------------------------------------------------
[2002-02-20 17:11:58] [EMAIL PROTECTED]
Hi [EMAIL PROTECTED]:
My problem is the same. I seem to be able to set the vars, but then
when trying to unset them, or change them, in other pages, they refuse
to change.
I have tried unsuccessfully to unset session vars using:
unset($_SESSION[foo]);
Using Solaris 8/PHP 4.1.1/Apache 1.23/Sessions saved in /tmp
I have this in my php.ini:
session.auto_start = 1
All other values are default values.
Jorge
------------------------------------------------------------------------
[2002-01-16 11:57:58] [EMAIL PROTECTED]
The workaround to use $_SESSION['var'] is not viable right now as most
places we use the global $var to access the variable and there is too
much code to change this immediately. In trying to set the global $var
=& $_SESSION['var'] on one of the variables that has a problem, it
seems that the reference is still being lost by something in PHP 4.1.1
(still tracking by what) which did not lose the reference in PHP
4.0.6.
We are using a user save handler and have checked that it is saving
what it receives into the database.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/14566
--
Edit this bug report at http://bugs.php.net/?id=14566&edit=1