- Patch #109941 by morphir: allow the browser to store form fields.

6.x
Dries Buytaert 2007-01-29 19:25:19 +00:00
parent f66606751e
commit 5729c22f6f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}