Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

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

Firefox HTTP_CACHE_CONTROL Firefox Problem - Chrome no problem

  • 1 reply
  • 0 have this problem
  • 9 views
  • Paskiausią atsakymą parašė Selim

more options

Merhaba; Bu kod Google Chrome de çalışıyor en çok firefox kullanıyorum ama sizin tarayıcılarda çalışmıyor.

$yenilendi_mi = (isset($_SERVER['HTTP_CACHE_CONTROL']) && $_SERVER['HTTP_CACHE_CONTROL'] == 'max-age=0'); if($yenilendi_mi) { echo 'Bu sayfa yenilenmiş.'; } else { echo 'Bu sayfa ilk defa yeni geldi işlem yaptır.'; } ?>

Merhaba; Bu kod Google Chrome de çalışıyor en çok firefox kullanıyorum ama sizin tarayıcılarda çalışmıyor. <?php $yenilendi_mi = (isset($_SERVER['HTTP_CACHE_CONTROL']) && $_SERVER['HTTP_CACHE_CONTROL'] == 'max-age=0'); if($yenilendi_mi) { echo 'Bu sayfa yenilenmiş.'; } else { echo 'Bu sayfa ilk defa yeni geldi işlem yaptır.'; } ?>

All Replies (1)

more options

Bu forumda yazılım geliştirmeyle ilgili destek veremiyoruz ama şu sayfayı incelemenizi öneririm.