ID: 8772
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *Session related
Assigned To: 
Comments:

Feedback by Sascha Schumann <[EMAIL PROTECTED]>:
-------------------------------------------------

And did you assign your data to $HTTP_SESSION_VARS["foo"]
instead of $foo?

The user level storage module gets exactly the same set of
data as the other modules. In fact, there is no distinction
in the session module as to how the data is stored.

- Sascha


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

[2001-01-17 20:36:03] [EMAIL PROTECTED]
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

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


Full Bug description available at: http://bugs.php.net/?id=8772


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