Forum Moderators: mack
1 - in some cases you also need to specify:
Cache-Control: private
to prevent proxy (or any shared) cacheing.
2 - the meta http equiv tags are actually http header information hidden within an html document.
in some cases browsers don't recognize the meta http-equivs and proxies rarely read the html so they almost never process the meta http-equivs.
the only way to be sure is to write the http headers directly rather than rely on browser support to extract the from html tags.