Welcome Guest, Not a member yet? Register   Sign In
Back button and caching
#4

[eluser]veledrom[/eluser]
Got the answer from another forum.


Code:
header("Cache-Control: no-cache, no-store, must-revalidate");
header("Pragma: no-cache");

$this->load->view('template.php', $data);


Messages In This Thread
Back button and caching - by El Forum - 06-17-2011, 05:27 AM
Back button and caching - by El Forum - 06-17-2011, 05:36 AM
Back button and caching - by El Forum - 06-17-2011, 05:39 AM
Back button and caching - by El Forum - 06-17-2011, 05:50 AM
Back button and caching - by El Forum - 06-17-2011, 05:55 AM
Back button and caching - by El Forum - 06-17-2011, 06:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB