piatkow

msg:4154667 | 9:44 am on Jun 18, 2010 (gmt 0) |
The following code in the header stopped Google caching my news page. <meta name="ROBOTS" content="NOARCHIVE"> |
| I did that many years ago and have never needed to re-address the issue so I am not 100% sure if it is most appropriate code but it works.
|
Bucephalus

msg:4155158 | 5:31 am on Jun 19, 2010 (gmt 0) |
Thankyou, I will learn about robots. David.
|
topr8

msg:4155173 | 7:10 am on Jun 19, 2010 (gmt 0) |
send an expires header set to 0 (zero) the method for doing this depends on your server or scripting language or put this in the html head: <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> this second method is unreliable
|
Bucephalus

msg:4155994 | 1:23 pm on Jun 21, 2010 (gmt 0) |
Hi topr8. I will go with your first method. I'm using c# asp.net, and I can use javascript for clientside. Where would I find more details on this method? I'm going to google, "expires header" and see if I come up with something. more info would be appreciated. also even a reference to a good book or website that talks about this stuff. regards. david.
|
OceanSky

msg:4214474 | 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?
|
|