Edit report at https://bugs.php.net/bug.php?id=60646&edit=1

 ID:                 60646
 Updated by:         ar...@php.net
 Reported by:        lgandras at gmail dot com
 Summary:            Recursive request with same session fails
 Status:             Feedback
 Type:               Bug
 Package:            Session related
 Operating System:   Centos 5.4
 PHP Version:        5.3.8
 Block user comment: N
 Private report:     N

 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.




Previous Comments:
------------------------------------------------------------------------
[2013-06-27 21:26:27] ar...@php.net

Er, clicked the wrong option..

------------------------------------------------------------------------
[2013-06-27 21:25:39] ar...@php.net

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.



------------------------------------------------------------------------
[2013-03-19 10:55:07] cnam dot cdel at free dot fr

I got the same problem with Lamp / PHP Version 5.3.3-7+squeeze14

------------------------------------------------------------------------
[2012-05-05 21:33:21] scampbell525 at gmail dot com

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.

------------------------------------------------------------------------
[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

Reply via email to