Forum Moderators: phranque
yet that does not seem to work. Does anyone know why, or another way to prevent cacheing?
Thanks
<META HTTP-EQUIV="Cache-Control" CONTENT="no cache">
<META HTTP-EQUIV="Pragma" CONTENT="no cache">
<META HTTP-EQUIV="Expires" CONTENT="0">
(Mine are all on the same line but I think that's more preference than efficacy.)
A handy way to test is to include an autorefresh to another page in the same directory. Place the following after the above tags (still in the HEAD section):
<meta http-equiv="refresh" content="2; URL=real-page-here.html">
When you go to your first URL (the page with cache controls), then get redirected to your second (after two seconds), you shouldn't be able to go back.