ID: 15892
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Session related
Operating System: OpenBSD
PHP Version: 4.1.2
New Comment:
I also experienced this bug using CVS from this afternoon (Mar 5th),
but I just updated CVS and registering $_SESSION is now working. I
believe there has been a little bit of work done today on it, so I must
have checkouted at a bad time.
Previous Comments:
------------------------------------------------------------------------
[2002-03-05 22:48:50] [EMAIL PROTECTED]
this bug report is actually for 4.2.0-dev not 4.1.2 (no
option on the form yet)
--------------------
�'./configure' '--without-db' '--with-apache=./apache'
'--with-mysql=/usr/local' '--with-dom=/usr/local'
'--with-mcrypt=/usr/local' '--with-zlib=/usr'
'--with-db3=/usr/local' '--disable-debug'
--------------------
this is reproduceable.
when you put a variable into the $_SESSION array
$_SESSION['var'] = $var;
that var is available for the duration of the script in
$_SESSION but is not saved to the session. on the next
request, you will not be able to access the variable unless
you specifically called session_register('var')
k
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=15892&edit=1