Jump to content
Forumu Destekleyenlere Katılın ×
Paticik Forumları
2000 lerden beri faal olan, çok şukela bir paylaşım platformuyuz. Hoşgeldiniz.

asp.net Firefox Disable Caching


Cin Ruhi

Öne çıkan mesajlar

Kodum internet explorer için çalışıyor. browser'ın back butonuna basınca expire oluyor sayfa ama firefox'ta çalışmıyor.

HttpContext.Current.Response.Cache.SetExpires(Date Time.UtcNow.AddDays(-1));
HttpContext.Current.Response.Cache.SetValidUntilEx pires(false);
HttpContext.Current.Response.Cache.SetRevalidation (HttpCacheRevalidation.AllCaches);
HttpContext.Current.Response.Cache.SetCacheability (HttpCacheability.NoCache);
HttpContext.Current.Response.Cache.SetNoStore();

Firefox'un cache'i iptal etmek için ne yapmam gerek?
Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...