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

 ID:                 60646
 Updated by:         johan...@php.net
 Reported by:        lgandras at gmail dot com
 Summary:            Recursive request with same session fails
-Status:             Feedback
+Status:             Not a bug
 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 taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

When starting a session it is being locked to prevent concurrent access and 
loosing state. My suggestion is to use another mechanism to transfer the 
required data. If you really want parallel access you can use 
session_write_close() and lateron session-start() again.


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

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.



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

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=60646


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

Reply via email to