Cin Ruhi
Öğrenci
- Katılım
- 27 Ağustos 2010
- Mesajlar
- 15
- Reaksiyon puanı
- 0
- Puanları
- 1
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?
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?