Google Chrome does not honor cache-policy in page header if the page is displayed in a FRAME

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2010-05-09T16:15:02Z Indexed on 2010/05/09 16:18 UTC
Read the original article Hit count: 208

No matter what I do:

<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Expires" content="Fri, 30 Apr 2010 11:12:01 GMT" />
<meta http-equiv="Expires" content="0" />
<HTTP-EQUIV="PRAGMA" CONTENT="NO-STORE" />

Google Chrome does not reload any page according to the page's internal cache policy if the page is displayed in a frame. It is as though the meta tags are not even there. Google Chrome seems to be ignoring these tags.

Since I've gotten answers to this question on other forums where the person responding has ignored the operative condition, I will repeat it: this behavior occurs when the page is displayed in a frame.

I was using the latest released version and have since upgraded to 5.0.375.29 beta but the behavior is the same in both versions.

Would someone please care to confirm one way or another the behavior you are seeing with framesets and the caching/expiration policies given in meta tags?

Thanks

© Stack Overflow or respective owner

Related posts about google-chrome

Related posts about meta-tags