IE 8 Caching Problem

Posted by Jeff Catania on Stack Overflow See other posts from Stack Overflow or by Jeff Catania
Published on 2010-05-26T21:05:43Z Indexed on 2010/05/26 21:11 UTC
Read the original article Hit count: 328

One of my javascript sources had an extra comma that was throwing an error in IE8. So I opened up my editor, deleted the comma, and saved. I reloaded IE8, but it was still pulling the old js file. I deleted everything in "Delete Browsing History...", and restarted the browser. It is still pulling the old file. I even set up a log on my server to show whenever the js file was requested. When reloading with IE, the js file is never requested.

I tried doing the same process in Chrome and FF, and it pulled the new file and logged properly on the server.

Is there some other cache that I am failing to clear in IE that would cause this problem?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about internet-explorer