ID: 9002
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: *Session related
Operating system: 
PHP Version: 4.0.4pl1
Assigned To: 
Comments:

This should be fixed in PHP 4.0.6, please try the
latest RC from:

http://www.php.net/~andi/php-4.0.6RC3.tar.gz

(if above link doesn't work, try changing RC3 to RC4)



Previous Comments:
---------------------------------------------------------------------------

[2001-01-30 09:27:25] [EMAIL PROTECTED]
Set the following variables in php.ini:
register_globals = Off
session.save_handler = user

Then register a user handler in your php script with
session_set_save_handler(...);

Trace the calls of the handler functions in a log file and you will see:

The user defined session handlerfunction for WRITING the session will never be 
called!

With register_globals=On the same works!

Andre

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9002&edit=2


-- 
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]

Reply via email to