We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

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 پاسخ
  • 0 have this problem
  • 1 view
  • آخرین پاسخ توسّط 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.