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


Öne çıkan mesajlar

Mesaj tarihi:
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?
Mesaj tarihi:
ie'nin kötü özelliklerinden birisi işte o.
javascript kullanman lazım geri gitmesini istemiyosan (geri illaki gider, ama geriye gidilen sayfanın içeriğini boşaltçaksın işte js ile)
Mesaj tarihi:
yok hocam ie doğrusunu yapıyor. sayfanın expire olmasını istiyom ve oluyor ie ile.. firefox illede görüntülüyor sayfayı. Bir araştırayım js ile nasıl olacak diye. ama asp.net ile halletsem iyi olacaktı.
×
×
  • Yeni Oluştur...