From:             [EMAIL PROTECTED]
Operating system: Linux 2.4.9 (Debian woody)
PHP version:      4.0.6
PHP Bug Type:     Session related
Bug description:  session_write_close() has to be called explicitly

Sessions work correctly if session.save_handler is set to 
'files', but if I set it to 'user' and I set up a new save 
handler with session_set_save_handler(), then afterwards I 
have to call session_write_close() at the end of every 
script, otherwise the session data doesn't get written out 
(to a database in my case)

I tested it with PHP 4.0.6, and apache 1.3.20.
PHP has to following extensions loaded: gd, mysql, ldap.


-- 
Edit bug report at: http://bugs.php.net/?id=12915&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]

Reply via email to