11-28-2017, 08:13 AM
Other headers might be used to disable caching of potentially sensitive data:
header("Cache-Control: no-store, no-cache, must-revalidate", true);
header("Expires: Sat, 1 Jan 2000 00:00:00 GMT", true);
header("Pragma: no-cache", true);
header("Cache-Control: no-store, no-cache, must-revalidate", true);
header("Expires: Sat, 1 Jan 2000 00:00:00 GMT", true);
header("Pragma: no-cache", true);