[Flow] Re: Unexpected Caching

Peter R peter at webschuppen.com
Tue Apr 8 16:37:38 CEST 2014


I added:
$this->response->setHeader('Cache-Control', 'no-cache');
$this->response->setHeader('Pragma', 'no-cache');

and everything is fine.


More information about the Flow mailing list