0 By admin In Apache, CSS/HTML, PHPPosted October 30, 2020How do we control web page caching, across all browsers?Introduction The correct minimum set of headers that works across all mentioned clients (and proxies): Cache-Control: no-cache, no-store, must-revalidate Pragma: no-cache Expires: 0 [...] READ MORE