Archive for November 9th, 2007

Internet Explorer caches Ajax pages, and how to stop it

Friday, November 9th, 2007 by DenisH

Caching pages leads to a speedier browsing experience and so is a good idea. Replacing information within a web page using Ajax similarly improves the user’s experience. The problem comes when the browser caches the information from the Ajax request. It’s a logical thing to do, but it’s not normally what the developer wants.

There are a number of ways round this. (more…)