I am struggling with this - In PHP, I do this for a GET AJAX call
header(\'Cache-Control: max-age = 10000, private\');
The browser still manag
Do you use Firebug? If yes, then go to the NET tab when your page loads & inspect what headers the browser is seeing. This will give you an idea as to what might be wrong...
I use this -
Cache-Control public, max-age=60 Content-Type text/html; charset=utf-8