From a80d49b95667bf24e5d643f95d3bcc8f26fc20f7 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Mon, 7 May 2007 04:19:54 +0000 Subject: [PATCH] #109941 by morphir. Let browsers store form values. --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 66ad9099df8..1611556260b 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -487,7 +487,7 @@ function drupal_load($type, $name) { 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: no-store, no-cache, must-revalidate"); + header("Cache-Control: store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", FALSE); }