From 81133061916dcbe69995fd2842e6dcb5e3f23149 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Tue, 6 May 2014 22:33:18 -0400 Subject: [PATCH] Clarify docs for wgCookieExpiration Change-Id: Ie6c77c5251e906dcee1650b3a4598da6adb30e30 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1