Welcome Guest, Not a member yet? Register   Sign In
Cache problem for safari browser
#2

[eluser]InsiteFX[/eluser]
From what I have found is that there seems to be a bug in the way that safari caches pages!

You can try this but it may not work!
Code:
// Date in the past
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");

// always modified
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");

// HTTP/1.1
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);

// HTTP/1.0
header("Pragma: no-cache");

InsiteFX


Messages In This Thread
Cache problem for safari browser - by El Forum - 04-01-2011, 02:31 AM
Cache problem for safari browser - by El Forum - 04-01-2011, 06:58 AM
Cache problem for safari browser - by El Forum - 04-01-2011, 08:35 AM
Cache problem for safari browser - by El Forum - 04-01-2011, 02:22 PM
Cache problem for safari browser - by El Forum - 04-04-2011, 01:15 AM
Cache problem for safari browser - by El Forum - 04-04-2011, 01:42 AM
Cache problem for safari browser - by El Forum - 04-04-2011, 05:07 AM
Cache problem for safari browser - by El Forum - 04-05-2011, 11:58 PM
Cache problem for safari browser - by El Forum - 04-06-2011, 12:07 AM
Cache problem for safari browser - by El Forum - 11-06-2013, 07:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB