Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #cache #browser #php
ADD COMMENT
Topic
Name
1+4 =