From a59583bcfc108916c544a150fb6f1402995aa9d4 Mon Sep 17 00:00:00 2001 From: Lorenz Schori Date: Mon, 7 Jan 2013 16:44:54 +0100 Subject: [PATCH] Issue #1881998 by znerol: Use CACHE_TEMPORARY instead of CACHE_PERMANENT --- authcache.helpers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authcache.helpers.inc b/authcache.helpers.inc index 632d585..d1fca88 100644 --- a/authcache.helpers.inc +++ b/authcache.helpers.inc @@ -358,7 +358,7 @@ function _authcache_shutdown_save_page() { 'title' => drupal_get_title(), 'headers' => array(), ), - 'expire' => CACHE_PERMANENT, //simg: changed to CACHE_PERMANENT from CACHE_TEMPORARY - why not? + 'expire' => CACHE_TEMPORARY, 'created' => REQUEST_TIME, ); -- 1.7.10.4