Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

FireFox 7 does not obey no-cache headers?

  • 1 reply
  • 28 have this problem
  • 11 views
  • Last reply by edhemphill

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.

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.