Hey Everyone,
I mostly work with Dynamic pages, so this has never been an issue for me.
However, I have to edit an existing page that links to a .html page and after I update it, the page is cached, until i hit the refresh button.
I have googled and found some meta tags to add, but they still dont seem to be working.
Any other ideas on what I can do?
I am testing in both IE and FF with the same results.
I mostly work with Dynamic pages, so this has never been an issue for me.
However, I have to edit an existing page that links to a .html page and after I update it, the page is cached, until i hit the refresh button.
I have googled and found some meta tags to add, but they still dont seem to be working.
Code:
<head>
<title>Work Opportunities</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="cache-control" content="no-store">
<meta http-equiv="cache-control" content="private">
<meta http-equiv="cache-control" content="max-age=0, must-revalidate">
<meta http-equiv="expires" content="now-1">
<meta http-equiv="pragma" content="no-cache">
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
Any other ideas on what I can do?
I am testing in both IE and FF with the same results.