mhamilton3
Programmer
- Oct 31, 2001
- 129
Hello,
I am attempting to get a page to expire and I am having trouble with proxy servers. I use the following meta tags and I can not think of anything else to get the page to expire. I do not have any control over the proxy server. Do you have any suggestions?
- Mark
I am attempting to get a page to expire and I am having trouble with proxy servers. I use the following meta tags and I can not think of anything else to get the page to expire. I do not have any control over the proxy server. Do you have any suggestions?
Code:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate, no-store">
- Mark