From: Aryeh Gregor Date: Fri, 1 Aug 2008 14:18:27 +0000 (+0000) Subject: Quick, how many days in 2592000 seconds? Yeah, I needed a calculator too. X-Git-Tag: 1.31.0-rc.0~46222 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=c53be9194af5dfbc9700bf3fb8a3fb1906386e64;p=lhc%2Fweb%2Fwiklou.git Quick, how many days in 2592000 seconds? Yeah, I needed a calculator too. --- 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