Welcome Guest, Not a member yet? Register   Sign In
Browser Cache Caper
#1

[eluser]adamfairholm[/eluser]
Hey everybody,

I'm using CI's query cache feature and that's working fine, but I am having some issues with browser caching. I read some older threads like this one but haven't been able to find anything that works so far.

We've got some different data coming in from several mysql tables that are updated a few times a day. However, when you go to that page, more often than not an older entry is there and you need to refresh to get something new, and I'd like to have the content just show up.

What I've got in place in the controller:

Code:
$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");

What's in the header of the HTML document:

Code:
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
<meta http-equiv="expires" content="-1">


I'm no expert on browser cache issues, but it is becoming a problem. Does anyone have any tricks or fixes they've found that works beyond what I've got in place?

Thanks!


Messages In This Thread
Browser Cache Caper - by El Forum - 06-25-2008, 06:35 PM
Browser Cache Caper - by El Forum - 06-25-2008, 07:49 PM
Browser Cache Caper - by El Forum - 06-25-2008, 07:51 PM
Browser Cache Caper - by El Forum - 06-25-2008, 07:51 PM
Browser Cache Caper - by El Forum - 06-25-2008, 07:53 PM
Browser Cache Caper - by El Forum - 06-25-2008, 07:54 PM
Browser Cache Caper - by El Forum - 06-25-2008, 07:56 PM
Browser Cache Caper - by El Forum - 06-25-2008, 07:58 PM
Browser Cache Caper - by El Forum - 06-25-2008, 08:12 PM
Browser Cache Caper - by El Forum - 06-25-2008, 08:30 PM
Browser Cache Caper - by El Forum - 06-25-2008, 08:32 PM
Browser Cache Caper - by El Forum - 06-25-2008, 08:57 PM
Browser Cache Caper - by El Forum - 06-25-2008, 09:18 PM
Browser Cache Caper - by El Forum - 06-29-2008, 12:55 PM
Browser Cache Caper - by El Forum - 06-29-2008, 02:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB