From: Matthew Flaschen Date: Wed, 7 May 2014 02:33:18 +0000 (-0400) Subject: Clarify docs for wgCookieExpiration X-Git-Tag: 1.31.0-rc.0~15855^2 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=81133061916dcbe69995fd2842e6dcb5e3f23149;p=lhc%2Fweb%2Fwiklou.git Clarify docs for wgCookieExpiration Change-Id: Ie6c77c5251e906dcee1650b3a4598da6adb30e30 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2b8aec39f6..c2818938ed 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4818,7 +4818,7 @@ $wgProxyKey = false; */ /** - * Default cookie expiration time. Setting to 0 makes all cookies session-only. + * Default cookie lifetime, in seconds. Setting to 0 makes all cookies session-only. */ $wgCookieExpiration = 180 * 86400;