Further investigation led me to this page: http://chipmunkninja.com/Troubles-with-Asynchronous-Ajax-Requests-g <http://chipmunkninja.com/Troubles-with-Asynchronous-Ajax-Requests-g> @ Basically, I am having to change my application to store session ids in my database. And remove session references from my controllers. Now in Firefox things fly! Amazing difference. Times to wait have gone from 20+ seconds to 1-2 seconds. - Robert
_____ From: Robert Castley Sent: 12 January 2009 13:35 To: [email protected] Subject: Zend_Auth default storage blocking Ajax requests Hi, I think this is my problem (well Google says it is!), because Zend_Auth uses sessions for storage it prevents multiple Ajax requests from firing. The just get processed sequentially. I assume this is something to do with PHP and the way it allows access to sessions. As soon as I remove reference to Zend_Auth each request flys through. Is there anyway I can use Zend_Auth without it blocking up my pipe? Cheers, - Robert ________________________________________________________________________ This email has been scanned for all known viruses by the MessageLabs Email Security Service and the Macro 4 plc internal virus protection system. ________________________________________________________________________
