[Proto-Scripty] Re: AJAX calls from multiple browser tabs at the same time:

2009-04-23 Thread T.J. Crowder
Hi, If it's not a server-side issue (with respect, I still think it is), you should be able to produce a very small, self-contained example demonstrating the problem where the backend doesn't require JSP, just static files. I'd recommend doing that and pasting it to Pastie[1]. Very likely in

[Proto-Scripty] Re: AJAX calls from multiple browser tabs at the same time:

2009-04-22 Thread NN
Hi, Thanks for your reply! Yes, i have ensured that the response on the server side is correct, its just that its not sending the response in the response object. Can you tell me how i can make new Ajax objects for each new Ajax call? because this code :- new Ajax.Request(), makes only a new

[Proto-Scripty] Re: AJAX calls from multiple browser tabs at the same time:

2009-04-21 Thread Richard Quadling
2009/4/21 NN nitu.nived...@gmail.com: When an user tries to send AJAX requests simultaneously from multiple browser tabs, one request gets completed and the page loads but the other AJAX calls are preempted. As a result of which the response is empty for the other calls. Only one call

[Proto-Scripty] Re: AJAX calls from multiple browser tabs at the same time:

2009-04-21 Thread Walter Lee Davis
I'm not sure what the issue might be under Struts, but in PHP, you have to make sure that your sessions are closed immediately when trying to run multiple requests like this. I ran into something that sounds exactly as you describe a year and change ago, and making sure that the session