in IE8, there's an option on cache developer tools called "refresh always from server". Is it possible to have some javascript or similar to force this behaviour or I have to do it always manually?
I've tried
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
but the refreshing issue in my application seems to be resolved only by checking "refresh always from server" on cache options panel.
Thanks