[PHP-DEV] Bug #13077: $HTTP_SESSION_VARS not set with first call to session_start() From: antoine <email protected>
Date: 08/31/01

From: antoine <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>