Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

ajax proccess not end

  • 6 个回答
  • 2 人有此问题
  • 10 次查看
  • 最后回复者为 metman

more options

ajax request did not end when the processing time is a few time long in php and "shell_exec" function. firefox did not listen to the processing ends and always loop the process. start the process again before not waiting the process end. is there a bug?

ajax request did not end when the processing time is a few time long in php and "shell_exec" function. firefox did not listen to the processing ends and always loop the process. start the process again before not waiting the process end. is there a bug?

所有回复 (6)

more options

I don't think Firefox is aware of what is happening in your PHP code on the server; it just gets an HTTP response or it doesn't. Can you post a simplified test case demonstrating the re-request behavior?

more options

it works with IE8 and chrome. but with firefox always looping. HTTP response without re-entering a loop. shel_exec run the tsm client retrieve script.

more options

Can you test in a new Firefox profile. In addition to bypassing current add-ons and custom settings, it should have completely fresh settings databases and a fresh cache folder.

Close Firefox and start up in the Profile Manager as described in "Profile Manager - Create, remove or switch Firefox profiles". Any time you want to switch profiles, close Firefox and return to this dialog.

Do you see any change in the behavior?

more options

nothing changed. and I tried with another PC and also nothing changed

more options

Can you post a simplified test case demonstrating the re-request behavior, or a link to the actual problem page?

more options

actual problem page is in LAN. shel_exec run the ibm tsm client retrieve script.