Welcome Guest, Not a member yet? Register   Sign In
Caching of dynamic pages - or any pages for that matter
#3

[eluser]Flemming[/eluser]
after a bit more experimentation, this is what seems to work for me (I see the latest version of the page without having to do a manual refresh)

Code:
$this->output->set_header('Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT');
$this->output->set_header("Cache-Control: no-store, no-cache, must-revalidate");
$this->output->set_header("Cache-Control: post-check=0, pre-check=0");
$this->output->set_header("Pragma: no-cache");

$this->load->view('my_view);


Messages In This Thread
Caching of dynamic pages - or any pages for that matter - by El Forum - 07-04-2013, 04:10 AM
Caching of dynamic pages - or any pages for that matter - by El Forum - 07-04-2013, 03:43 PM
Caching of dynamic pages - or any pages for that matter - by El Forum - 07-08-2013, 04:34 AM
Caching of dynamic pages - or any pages for that matter - by El Forum - 07-22-2013, 06:14 PM
Caching of dynamic pages - or any pages for that matter - by El Forum - 07-23-2013, 01:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB