No cache control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If i add the code below to my web pages will it stop vistors from caching my
webpages and content?
<META http-equiv="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"
 
No, some might not recognize it and others may be configured to ignore
it

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
It *might* stop the HTML code being cached, but images and other linked
files (eg .css, .js) will be unaffected.
 
Pragma no-cache is basically ignored in IE versions higher than 4.0


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Back
Top