Date: 01/27/00
- Next message: Wee Chua: "[PHP-DEV] About Apache SSL with PHP!"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3269 Updated: preg_replace is screwed up"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: alan <email protected>
Operating system: RH 6.0 +Apache1.3.9-DSO
PHP version: 4.0 Latest CVS (27/01/2000)
PHP Bug Type: Other
Bug description: auto_start sessions-> new sessionid each request
When session.auto_start is set a new session id is generated for each request. I have had a look at what is going on in the session code with gdb and it appears that when php_rinit_session() calls _php_session_start() the calls to zend_hash_find(&EG(symbol_table), HTTP_???_VARS, sizeof(HTTP_???_VARS)) are failling. (lines 700 and 709 of session.c)
Is request init to early to be looking here for the HTTP_??_VARS ?
Is this the right symbol table in this context ?
-- 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: Wee Chua: "[PHP-DEV] About Apache SSL with PHP!"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3269 Updated: preg_replace is screwed up"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

