I am converting my sessions code to use the new $_SESSION method for
addressing session variables.  My session_set_save_handler is written for
MySQL and was working until I started changing external routines to not use
$HTTP_SESSION_VARS and session_register.

My debugging shows that the $_SESSION array contains the values I want
during the test script, but they aren't written to the database.  However
the 'start' and 'read' handlers are working.

Anything that PHP 4.1.1 presents differently for it's session_write method!?




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