From:             [EMAIL PROTECTED]
Operating system: RH Linux 7.0
PHP version:      4.0.4pl1
PHP Bug Type:     *Session related
Bug description:  user level session storage fails when register_globals off

When using a user level session storage method to db for example, if register_globals 
is off, a session record is added to the database, but it contains no serialized data. 
The data portion is empty.

If I turn register_globals on, the the database record for
the session contains the serialized data.

Is this a bug or a feature???

Thanks, Serge


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