Konu
Önbellek sorunu R10 +
26-08-2015, 14:25:52
#2
samurat2000
aşağıdaki kodu deneyebilirsiniz
<?php
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
?>