Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deos IE7 treat cache differently?

Status
Not open for further replies.

buddyrich2

Technical User
Apr 12, 2006
87
US
Not sure if this is an IIS question, but I can't find a browser forum. When I started using IE7, the cache sometimes has to be cleared before I see updates to my websites, even though I have all the standard coding to prevent this. Is there anything new in IE7 that I need to be aware of?

BTW, here is the code I'm using in the headers:

<meta name="pragma" content="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<META http-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top