Article ID: 222064 - Last Review: February 23, 2004 - Revision: 4.0 "Pragma: No-cache" Tag May Not Prevent Page from Being Cached
This article was previously published under Q222064 SYMPTOMS
When you use the <HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> metatag in the header section at the beginning of an HTML Web page, the Web page may still be cached in the Temporary Internet Files folder.
CAUSE
A page that Internet Explorer is browsing is not cached until half of the 64 KB buffer is filled. Usually, metatags are inserted in the header section of an HTML document, which appears at the beginning of the document. When the HTML code is parsed, it is read from top to bottom. When the <HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> metatag is read, Internet Explorer looks for the existence of the page in cache at that exact moment. If it is there, it is removed.
RESOLUTION
To properly prevent the Web page from appearing in the cache, place another header section at the end of the HTML document. For example:
<HTML> <HEAD>
<META HTTP-EQUIV="REFRESH" CONTENT="5">
</HEAD><TITLE> Pragma No-cache </TITLE> <BODY>
This is an example of where to place the second header section<br> so that the "Pragama, No-Cache" metatag will work as it is supposed to.<br> </BODY> <HEAD>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
</HEAD></HTML> MORE INFORMATION
Note that the <HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> metatag does not work with Internet Explorer 5. For additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
234067
(http://support.microsoft.com/kb/234067/EN-US/
)
HOWTO: Prevent Caching in Internet Explorer
APPLIES TO
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|






Windows Live
Facebook
Twitter
Linkedin
Digg it
Yahoo
Delicious
StumbleUpon
Yammer
Reddit
Technorati
FriendFeed
Email

Back to the top
