CI cache remove

<?php
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
?>
CI cache remove CI cache remove Reviewed by designer on 3/15/2019 Rating: 5

No comments