Welcome Guest, Not a member yet? Register   Sign In
opera cache issue
#1

[eluser]Tejas D[/eluser]

Hello,

I want reload the page on clicking back button of the browser.

I used the below code As:

public 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");
}

This above code works fine with firefox,chrome.But doesnot work with opera.

What to do, Please help.





Theme © iAndrew 2016 - Forum software by © MyBB