ID: 10221
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: *Session related
Operating system: 
PHP Version: 4.0.4pl1
Assigned To: 
Comments:

Try with latest CVS snapshot from http://www.zend.com/snapshots/ as this should be 
fixed.


Previous Comments:
---------------------------------------------------------------------------

[2001-04-07 08:09:47] [EMAIL PROTECTED]

When a session is used by a 'main' script which causes a new browser window popup that 
also needs the session information (the session is called twice independently by the 
same user in one mouse-click) the session will be destroyed most of the time and 
sometimes PHP crashes. This problem occurs too when a shockwave object is loaded that 
also calls for the session information.
It is possible to prevent this autodestruct by putting an empty echo (e.g.: echo "";) 
after the second time the session is called (with: session_start();). 

I'm using MySQL for session storage, maybe this causes the  problem.




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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10221&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to