I have an updated stylesheet that I have any ? Nocahce = blah can not be renamed or inserted - but the browser is still using a cached version.
Can I put a meta tag (or something) that can effectively cancel any cache from a certain date?
When you update the file on a web server, its last change should be changed. You can verify it by using a GET or HEAD request (to validate such as wget , curl or something like firebug ).
When the date changes, browsers should update their cache (unless there is a bug in your browser).
Comments
Post a Comment