Feed on
Posts
Comments

Monthly Archive for July, 2006

How To Make IE Cache Less

Internet Explorer is known to cache the responses of GET calls. The problem occurs if your javascript functions request the same url over and over again. Internet Explorer will cache the response of the first call, and subsequent calls will automatically return the same response, without actually contacting the server. There are two approaches to [...]

Read Full Post »