How to force image caching with meta-update?
I have a statistics page that has an update meta tag.
<meta http-equiv="refresh" content="10" />
How do I get it to reload images on the page? I tried setting up Cache control, but the browser (IE7) still updates 50+ images per page.
Response.Cache.AppendCacheExtension("post-check=900,pre-check=3600");
+3
3 answers