--- includes/bootstrap.inc.orig Mon Oct 27 13:37:12 2008 +++ includes/bootstrap.inc Wed Apr 15 14:15:39 2009 @@ -535,7 +535,7 @@ function drupal_page_header() { header("Expires: Sun, 19 Nov 1978 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); - header("Cache-Control: store, no-cache, must-revalidate"); + header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", FALSE); }