caching - SSL caches javascript file even with dynamic version query string -


this happens under https when make change javascript file, , update version number below original file still cached on reload. im not doing kind of fancy caching this, , seems work fine under http, https , iframes dont work well. using asp.net , iis7, thoughts on how make sure file updated when make change cause causes problems on client side browser.

http://example.com/example.js?v=485 


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -