Here's the deal. I keep a small website for my local running club. The site gets updated very often, usually every other day or so.
The problem lies when others (and myself) try to access the page from work behind a proxy server. The proxy almost always serves a stale page. Most of the users aren't savy enough to keep hitting refesh until the proxy goes out and grabs the latest page.
I added these tags to the header.
<meta http-equiv="cache-control" content="no-cache, must-revalidate">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
This helped a little but my proxy server still gives me stale pages when I view the site.
I know very little about web developing so any help will be greatly appreciated.
Thanks
Rethin
The problem lies when others (and myself) try to access the page from work behind a proxy server. The proxy almost always serves a stale page. Most of the users aren't savy enough to keep hitting refesh until the proxy goes out and grabs the latest page.
I added these tags to the header.
<meta http-equiv="cache-control" content="no-cache, must-revalidate">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
This helped a little but my proxy server still gives me stale pages when I view the site.
I know very little about web developing so any help will be greatly appreciated.
Thanks
Rethin