Welcome Guest, Not a member yet? Register   Sign In
Client has aggressive page caching on his network ... causing PAIN! Any ideas?
#1

[eluser]skattabrain[/eluser]
I have a project I'm working on and the client's network is caching everything. It's not browser related ... seems the servers in their internal windows domain are doing the caching. I don't understand how they can do this and not screw up users internet activities.

How can I deal with this? It's possible the client might not have the authority to get the admins to change this.

I'm so frustrated by this ... I'm literally considering adding time stamps to the end of all URL's for internal/admin pages .... but that's so lame and will cause such a mess.

I've added this to all pages ... not phasing it! (btw - I've added this to a common view rather than in each controller, I assume that's ok ... Firebug sees the headers)

Code:
$this->output->set_header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0");
$this->output->set_header("Pragma: no-cache");


Messages In This Thread
Client has aggressive page caching on his network ... causing PAIN! Any ideas? - by El Forum - 06-10-2009, 01:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB