Page is a not externally linkable
OceanSky - 9:35 pm on Oct 9, 2010 (gmt 0)
I have used the method:
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
and that usually seems to work. Recently I learned about this one though:
<meta http-equiv="cache-control" content="no-store" />
Supposedly it tells the browser to store the web page in its cache temporarily, but if you leave the site and come back it will load the fresh version again (instead of saving the cached version.) Anyone know anything about that?