How to disable cache in InternetExplorer 8

前端 未结 10 847
粉色の甜心
粉色の甜心 2020-12-02 17:07

How can I disable cache in IE8 ? We are doing Javascript development and testing it in IE8, but we have to clear the cache every time we make changes to the Javascript files

10条回答
  •  青春惊慌失措
    2020-12-02 17:25

    Maybe a easier way not to have user refresh the browser is just to rename the js files (and css). This is what worked for me... as the server didn't like a random number after the .js file

提交回复
热议问题