This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

Why Mozilla show the page contents in offline mode if back button press?And how to avoid from asp.net web form?

  • 1 reply
  • 3 have this problem
  • 1 view
  • Last reply by patrickmc

more options

Why mozilla firefox shows the content of the web pages in offline mode after writting the below code in asp.net Response.Cache.SetCacheability(HttpCacheability.NoCache)

       Response.ExpiresAbsolute = DateTime.Now.AddDays(-1D)
       Response.Expires = -1500
       Response.CacheControl = "no-cache"

same will avoid in IE.so what is the solution to avoid such issue in mozilla.

Why mozilla firefox shows the content of the web pages in offline mode after writting the below code in asp.net Response.Cache.SetCacheability(HttpCacheability.NoCache) Response.ExpiresAbsolute = DateTime.Now.AddDays(-1D) Response.Expires = -1500 Response.CacheControl = "no-cache" -------------- same will avoid in IE.so what is the solution to avoid such issue in mozilla.

All Replies (1)

more options

Hello vishal_h,

Thanks for contacting Mozilla Support. Unfortunately I don't have an answer to your question. I did want to point you over to Stackoverflow. The fine folks over there should be able to provide you with an answer.

Stack Overflow posts tagged Firefox and asp.net

One of the other contributors may be able to assist, but your best bet for an answer is to ask over there.

Cheers, Patrick