From: [EMAIL PROTECTED] Operating system: Linux 2.2.16-22smp PHP version: 4.0.6 PHP Bug Type: Session related Bug description: $HTTP_SESSION_VARS not set with first call to session_start() My script calls session_start(), registers a session vars with session_register(). After that, the var isn't set in $HTTP_SESSION_VARS. If I do a session_write_close() immediatly followed by a session_start() after the registering, the var is set in $HTTP_SESSION_VARS. My configure line : './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--enable-trans-sid' '--enable-wddx' '--with-gettext' '--with-mysql=/usr/local/mysql' -- Edit bug report at: http://bugs.php.net/?id=13077&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]