From c53be9194af5dfbc9700bf3fb8a3fb1906386e64 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 1 Aug 2008 14:18:27 +0000 Subject: [PATCH] Quick, how many days in 2592000 seconds? Yeah, I needed a calculator too. --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index bbc2061236..d16af0ef9d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1461,7 +1461,7 @@ $wgRCChangedSizeThreshold = -500; * view for watched pages with new changes */ $wgShowUpdatedMarker = true; -$wgCookieExpiration = 2592000; +$wgCookieExpiration = 30*86400; /** Clock skew or the one-second resolution of time() can occasionally cause cache * problems when the user requests two pages within a short period of time. This -- 2.20.1