ID: 13077
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Session related
Operating System: Linux 2.2.16-22smp
PHP Version: 4.0.6
New Comment:

in php.ini: register_globals=off

<?php

session_start();

$HTTP_SESSION_VARS['my_var'] = blah;

?>


--Jani


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

[2001-08-31 06:31:03] [EMAIL PROTECTED]

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

Reply via email to