V
Vince
On the site that I am working on, the site owner (who uses a Mac) is unable
to see changes I have made unless she clicks the Refresh button. This is true
even if I made the changes days or weeks ago. She is concerned that other
people that return to the site will have the same issue.
Is there something I can put in the code to force the browser not to use the
cached copy?
I've read that putting these 4 tags
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
in the Head section will do what I want, but she still only sees her cached
version of the page, unless she hits Refresh. I guess those tags may work to
prevent a page from being cached, but it seems like once it has been cached,
they do not help.
Any ideas what I might try?
Thanks
to see changes I have made unless she clicks the Refresh button. This is true
even if I made the changes days or weeks ago. She is concerned that other
people that return to the site will have the same issue.
Is there something I can put in the code to force the browser not to use the
cached copy?
I've read that putting these 4 tags
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
in the Head section will do what I want, but she still only sees her cached
version of the page, unless she hits Refresh. I guess those tags may work to
prevent a page from being cached, but it seems like once it has been cached,
they do not help.
Any ideas what I might try?
Thanks