How to set HTTP headers for cache-control?
Caching headers are unreliable in meta elements; for one,any web proxies between the site and the user will completely ignorethem. You should always use a real HTTP header for headers such asCache-Control and Pragma. Don’t do this, as the X-UA-Compatible … Leer mas