Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

How do I prevent Firefox 5 from caching webpages?

more options

Users are complaining that they can't login to our website when using Firefox 5. All other browsers appear to work, including previous versions of Firefox. I can resolve the issue on the user's side by emptying their cache and setting browser.cache.check_doc_frequency to 1 -- but this is not an efficient solution.

I've seen a lot of posts from others having the same problem and have tried all manners of meta tags trying to tell Firefox not to cache. Currently using, to no avail, and based on posts from others:

<meta http-equiv="expires" content="0"/> <meta http-equiv="cache-control" content="no-cache,no-store,must-revalidate,max-age=-1"/> <meta http-equiv="pragma" content="no-cache,no-store,private,must-revalidate,max-stale=0,post-check=0,pre-check=0"/> <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT">

What exactly must I do in either IIS or the page itself to have Firefox work? Again, all complaints are from 5, previous versions had no issue

Users are complaining that they can't login to our website when using Firefox 5. All other browsers appear to work, including previous versions of Firefox. I can resolve the issue on the user's side by emptying their cache and setting browser.cache.check_doc_frequency to 1 -- but this is not an efficient solution. I've seen a lot of posts from others having the same problem and have tried all manners of meta tags trying to tell Firefox not to cache. Currently using, to no avail, and based on posts from others: <meta http-equiv="expires" content="0"/> <meta http-equiv="cache-control" content="no-cache,no-store,must-revalidate,max-age=-1"/> <meta http-equiv="pragma" content="no-cache,no-store,private,must-revalidate,max-stale=0,post-check=0,pre-check=0"/> <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT"> What exactly must I do in either IIS or the page itself to have Firefox work? Again, all complaints are from 5, previous versions had no issue

Toutes les réponses (2)

more options

I don't think that you can easily prevent Firefox from caching web pages.

Can't you do that by clearing cookies if you log out?

What is so special that the browsing cache is causing problems?

Does it work in Private Browsing mode (disk cache disabled and cookies are session cookies)?


You can also reload web page(s) and bypass the cache.

  • Press and hold Shift and left-click the Reload button.
  • Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
  • Press "Cmd + Shift + R" (MAC)
more options

The problem is that Firefox is displaying the cached copy of the login screen, instead of redirecting the user to the site after a successful login. Every problem call/email I'm getting is from folks who upgraded to v5.

Modifié le par mgraves@acog.org