From:             adepali at yahoo dot com
Operating system: Redhat 9
PHP version:      4.3.4RC2
PHP Bug Type:     Apache2 related
Bug description:  changing variables_order in apache conf breaks sessions

Description:
------------
Whenever I change variables_order value in a <Directory> or <VirtualHost>
directive, sessions get broken. Each time a session_start() runs, it
creates a new session file instead of using the existing one. I'm using
Apache 2.0.47. Snipset of httpd.conf appears below:

<Directory "/var/www.html/wfm/">
    php_value variables_order "ES"
    php_flag display_errors  Off
    php_flag log_errors      On
    php_value error_log      /var/www/log/wfm.log
</Directory>




-- 
Edit bug report at http://bugs.php.net/?id=25931&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25931&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25931&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25931&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25931&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25931&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25931&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25931&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25931&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25931&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25931&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25931&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25931&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25931&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25931&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25931&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=25931&r=float

Reply via email to