Monday, 3 February 2025

nocache headers in the template issue

 <?php

header('Cache-Control: no-cache, no-store, must-revalidate');

header('Pragma: no-cache');

header('Expires: 0');

?>


No comments:

Post a Comment