Hi, For each request I open a session to store the last action that has been accessed and other stuff.
In one of my pages I want to call simultneously different asynchronous ajax calls, but those will act as synchronous because in PHP, the sessions are locked (and as mentionned before, for each request I open a session, so the session will be unlocked at the end of the request). So the second ajax call will wait until the first request has been done etc. Has anyone already encountered this issue and what are the different solutions to bypass this problem ? Any tips are welcome, thank you. -- View this message in context: http://www.nabble.com/Simultaneous-asynchronous-ajax-requests-and-Zend_Session-tp25080411p25080411.html Sent from the Zend Framework mailing list archive at Nabble.com.
