ID: 25931
Comment by: tony2001 at phpclub dot net
Reported By: adepali at yahoo dot com
Status: Open
Bug Type: Apache2 related
Operating System: Redhat 9
PHP Version: 4.3.4RC2
New Comment:
Rather interesting:
you're trying to use session, but make PHP totally ignore GET & COOKIE
variables.
PHP knows nothing about session ID and creates new session every time.
Previous Comments:
------------------------------------------------------------------------
[2003-10-21 05:45:11] adepali at yahoo dot com
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 this bug report at http://bugs.php.net/?id=25931&edit=1