IE Cache Settings
What does the following IE cache setting do: "every time i visit the webpage"
Does it cause the browser to ignore the Expiration and other Cache related http headers? Is it at the webpage (address URL level) or is it for every object loaded by开发者_如何学Python the browser (say an image url referenced in the html of the page)?
it basically saves ur cache until the lifetime of the ie instance
This article explains the settings: http://www.fiddler2.com/redir/?id=httpperf
The short answer is that those radiobutton settings control only what happens when the server doesn't specify a cache policy using the headers.
精彩评论