[Epiphany] cache



Hi! 

I must be doing something wrong, cause i cant seem to control epiphany's cacheing behaviour. I try to tweak with the headers, but epiphany allways caches anyway. Especially when it encounters framesets. Here's some example heders I've used when testing epiphany 0.82's caching behaviour:

<?php

header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");    
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); 
header("Cache-Control: no-store, no-cache, must-revalidate");  
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");

?>

br
.b




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]