Mattflaschen has uploaded a new change for review.

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

Change subject: Change login cookies (for 'Remember me') to a one year expiry.
......................................................................

Change login cookies (for 'Remember me') to a one year expiry.

Requires approval from ops.  Legal has already approved, but need to
be aware that we're doing it now.

Bug: T68699
Change-Id: I75fe39d98a21f11df0558012d03ecf611c5130d5
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 8de7007..3c959b9 100755
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2148,6 +2148,7 @@
 $wgVaryOnXFPForAPI = $wgVaryOnXFP = true;
 
 $wgCookieExpiration = 30 * 86400;
+$wgExtendedLoginCookieExpiration = 365 * 86400;
 
 if ( $wmgUseMath ) {
        require_once( "$IP/extensions/Math/Math.php" );

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

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

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

Reply via email to