Edit report at https://bugs.php.net/bug.php?id=60646&edit=1
ID: 60646 Comment by: scampbell525 at gmail dot com Reported by: lgandras at gmail dot com Summary: Recursive request with same session fails Status: Open Type: Bug Package: Session related Operating System: Centos 5.4 PHP Version: 5.3.8 Block user comment: N Private report: N New Comment: PHP version 5.3.10 This is not an issue on my localhost using WAMP, but when migrated to a LAMP stack on the web host, it becomes an issue. Previous Comments: ------------------------------------------------------------------------ [2012-01-03 19:10:44] lgandras at gmail dot com Description: ------------ Hi, When a request issues another request to same domain sending the same cookie (e.g. Cookie: PHPSESSID=f2e6bd70963b37243d6be566a6d3adc1). The inner request timeouts throwing a "Warning: Unknown: Error occured while closing statement in Unknown on line 0" occurs. I suspect this has to do with the fact that the session file is being locked. If the documentation says it somewhere, at least the error thrown should be more specific. Expected result: ---------------- Dont'know, but if error, a detailed one. Actual result: -------------- Warning: Unknown: Error occured while closing statement in Unknown on line 0 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60646&edit=1