简体   繁体   中英

AJAX calls randomly timing out in IE6/7?

Some of my AJAX calls in IE6 and IE7 seem to randomly time out. It doesn't happen in any of the other browsers. Posting code won't be of much help, because it literally happens in three or four different places where the functions and code are completely different.

Has anyone else experienced this issue before?

This might be a cache issue. I had a similar issue, the page content was never updating on some of the calls. This was completely random.

In jQuery AJAX method options you can set: Cache: false;

In my case the above solution did not resolve the problem, but might work in your case.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM