Date: 08/31/01
- Next message: cynic <email protected>: "[PHP-DEV] Bug #13073 Updated: empty() returns wrong value"
- Previous message: sander <email protected>: "[PHP-DEV] Bug #10154 Updated: Function ereg array results"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #13077 Updated: $HTTP_SESSION_VARS not set with first call to session_start()"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #13077 Updated: $HTTP_SESSION_VARS not set with first call to session_start()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: cynic <email protected>: "[PHP-DEV] Bug #13073 Updated: empty() returns wrong value"
- Previous message: sander <email protected>: "[PHP-DEV] Bug #10154 Updated: Function ereg array results"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #13077 Updated: $HTTP_SESSION_VARS not set with first call to session_start()"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #13077 Updated: $HTTP_SESSION_VARS not set with first call to session_start()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

