From:             [EMAIL PROTECTED]
Operating system: solaris 2.7
PHP version:      4.0.6
PHP Bug Type:     Session related
Bug description:  session_set_save_handler will not work if register_globals is off

when using session_set_save_handler, have to set 'register_globals' to
ON in order to make it work. default 'files' session mode works fine
under both 'register_globals' ON and OFF.  Found that when set 
'register_globals' to OFF, the session write function is not called. 

Never tried this on other OS.
-- 
Edit bug report at: http://bugs.php.net/?id=13185&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