Answers for "no cache on browser back php"

PHP
0

no cache on browser back php

header("Cache-Control: no-cache, no-store, must-revalidate"); // HTTP 1.1.
header("Pragma: no-cache"); // HTTP 1.0.
header("Expires: 0 "); // Proxies.
Posted by: Guest on September-11-2020

Browse Popular Code Answers by Language