问题 I have an AJAX-call, which returns values from a ever changing database, based on simple standard parameters, like month of year. In IE, this function returns cached data, which it never should. I've monitored the server side, and it isn't contacted by the client. Now, my title question has been asked in different ways, many times here already. The top two solutions are: set cache: false Pass a random number/string/timestamp to make the call unique. The thing is though, that cache: false