I have a simple page that reloads proverbs randomly. (PHP MySQL) If I reload the page in FF, it will show a new proverb. If I reload the page in IE8, IE8 will just pick out the same old page from the cache. I will not see a new proverb on reload. Please tell me how to make IE8 reload from server and not from cache. Thanks. http://yorabbit.info/test/proverb/proverb_list.php
I think I solved the problem. I added a dummy parameter to the link that reloads the page: http:....page.php?a=random-number Code (markup): IE8 will now think it must load a new page and asks the server (although it is the same).