Skip to content

Instantly share code, notes, and snippets.

@jblac
Created February 16, 2013 17:34
Show Gist options
  • Save jblac/4967836 to your computer and use it in GitHub Desktop.
Save jblac/4967836 to your computer and use it in GitHub Desktop.
function clear_cache() {
$this->output->set_header("Cache-Control: no-store, no-cache, must-revalidate, no-transform, max-age=0, post-check=0, pre-check=0");
$this->output->set_header("Pragma: no-cache");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment