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!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

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 답장
  • 3 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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.

모든 댓글 (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