Hello,
i got a big session Problem.
Script A is called on Server A with SessionID SID. Script A starts the session with session_start(). The Script A does a Post Request to Script B.
Script B is also located on Server A. With this Post Request the sessionID SID is transmittet.
The Problem is, script B tries to start the same session that script A has already started. But Script A is still running, because the Post-Request is
done by Script A and Script A is waiting for the return value of the Post Request.
At this Point the PHP Interpreter crahes. I usr PHP 4.0.3pl1
Does anybody know this Problem or a solution for that?
Thanks for any help.