-
Bug
-
Resolution: Done
-
Major
-
None
-
None
MSIE aggressively caches the responses of AJAX requests. Therefore, it doesn't update the views correctly when new data is available in the server-side.
We should either send appropriate Cache-Control HTTP headers, and (if necessary) also configure jQuery, through cache:false setting on jQuery.ajax (on individual calls) or jQuery.ajaxSetup (globally).