FireFox 7 does not obey no-cache headers?
When I ever I visit my site that sends no-cache headers, FireFox still caches it. It's really annoying in the Admin CP for my forums as it "seems" to make the settings go back, and the success message is not shown. It worked fine with FireFox 6.
All Replies (1)
Have the same problem with my servlet.
Using these headers: resp.setHeader("Cache-Control","no-cache, no-store"); //HTTP 1.1 resp.setHeader("Pragma","no-cache"); //HTTP 1.0 resp.setDateHeader ("Expires", 0); //prevents caching at the proxy server
Getting no love from FF7. No problems with FF 3.6, Safari 5, or Chrome 13 & 15.