I\'m having a serious issue with Internet Explorer caching results from a JQuery Ajax request.
I have header on my web page that gets updated every time a user navig
this is what i do for ajax calls:
var url = "/mypage.aspx"; // my other vars i want to add go here url = url + "&sid=" + Math.random(); // make ajax call
it works pretty well for me.