On my page in IE8, I have text that changes through the admin panel. For example: if the page contains the text "hello world", after 5 minutes the text may differ depending on whether the administrator has changed.
A problem with IE8, which caches the page and displays the same text again. If we clear the cache and update, the text will be updated.
I use the tag <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
to refrain from caching the browser.
I saw that if I select options for the Internet β browsing history (settings) β every time I visit a web page, the problem is fixed; but if it is set to automatic, a cache page is displayed.
Is there a way to force "no caching" even if the caching option in IE8 is set to automatic by the end user?
source share