ID: 13078
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Session related
Operating System: FreeBSD 4.x
PHP Version: 4.0.6, 4.1.0
New Comment:
When you use $_SESSION or $HTTP_SESSION_VARS, you don't need
session_register/unregister to save session vars.
Do you have problem still when you don't use session_register/unregister?
Previous Comments:
------------------------------------------------------------------------
[2001-12-13 02:54:32] [EMAIL PROTECTED]
Added 4.1.0 into the "PHP Version" field of this report.
---ends---
------------------------------------------------------------------------
[2001-12-12 07:56:54] [EMAIL PROTECTED]
After posting the test results with 4.1.0, I tried using:
session_register("varname");
before doing a:
$_SESSION["varname"];
i.e.,
session_register("varname");
$_SESSION["varname"] = "somevaluehere";
And yet, the custom sess_write was never called.
--ends--
------------------------------------------------------------------------
[2001-12-12 07:32:36] [EMAIL PROTECTED]
Just tried this with 4.1.0 (released on Dec 10) and the original problem description
applies, i.e. this has not been fixed.
Tried this on:
PHP4.1.0
Apache 1.3.20
FreeBSD4.X
---
------------------------------------------------------------------------
[2001-11-24 19:49:29] [EMAIL PROTECTED]
Can you please verify if this is now fixed in latest CVS:
http://snaps.php.net/
------------------------------------------------------------------------
[2001-08-31 08:53:14] [EMAIL PROTECTED]
Things are fine when:
register_globals = off
session.save_handler = files
Things are fine also when:
register_globals = on
session.save_handler = users
where "users" are customed handlers, (saved to PostgreSQL
in my case.
PROBLEM:
Sessions varilables aren't saved when:
register_globals = off
session.save_handler = users
---eof---
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=13078&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]