On my page in IE8, I have got some text which gets changed through an admin panel. For example: if the page contains the text 'hello world', after 5 minutes the text could be different depending upon if the admin has changed it.
The problem is with IE8 which caches the page and shows the same text again. If we clear the cache and refresh, the text is updated.
I am using <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
tag to make refrain the browser from caching.
I have seen that if I select Internet options → browsing history (settings) → every time I visit the web page, the problem is eliminated; but if it's set to automatic, the page's cached version is shown.
Is there a way I can force 'no-caching' even if the caching option in IE8 is set to automatic, by the end-user?