[Ajax] Ajax IE Caching Issue
If you have a task that needs to periodically query server through Ajax, you might suffer from cache in IE. The solution resolving this problem is quite easy.
It is to add ‘?random=’ + Math.random(); to the end of all our requests.
It is to add ‘?random=’ + Math.random(); to the end of all our requests.


0 Comments:
Post a Comment
<< Home