Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/54505


Change subject: Set wgCookieExpiration to 30 days
......................................................................

Set wgCookieExpiration to 30 days

Change-Id: Ic79a3458871a8f4f63b124ee9f8596167ac67bf4
---
M wmf-config/CommonSettings.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/05/54505/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 20df05e..c20798d 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2300,6 +2300,8 @@
 }
 $wgVaryOnXFPForAPI = $wgVaryOnXFP = true;
 
+$wgCookieExpiration = 30 * 86400;
+
 if ( $wmgUseMath ) {
        require_once( "$IP/extensions/Math/Math.php" );
        $wgTexvc = "/usr/local/apache/uncommon/$wmfVersionNumber/bin/texvc";

-- 
To view, visit https://gerrit.wikimedia.org/r/54505
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic79a3458871a8f4f63b124ee9f8596167ac67bf4
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to