Alex Monk has uploaded a new change for review. https://gerrit.wikimedia.org/r/221105
Change subject: wikitech: Re-add wgCookieDomain ...................................................................... wikitech: Re-add wgCookieDomain Partial revert of I9b4450a7 This doesn't make sense because I was seeing the issue before the above commit went in (in fact I almost didn't deploy it due to being unable to properly test login on labswiki), and production wikis don't use it, but this seems to fix the issue for others, so... Bug: T103939 Change-Id: I43ddfd8bf3529d552f5d364e3b47d54b21be2b75 --- M wmf-config/wikitech.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/05/221105/1 diff --git a/wmf-config/wikitech.php b/wmf-config/wikitech.php index 4abbe76..02e3c9d 100644 --- a/wmf-config/wikitech.php +++ b/wmf-config/wikitech.php @@ -137,6 +137,7 @@ $wgMessageCacheType = 'memcached-pecl'; $wgSessionCacheType = 'memcached-pecl'; +$wgCookieDomain = "wikitech.wikimedia.org"; // No cluster for us! $wgDefaultExternalStore = false; -- To view, visit https://gerrit.wikimedia.org/r/221105 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I43ddfd8bf3529d552f5d364e3b47d54b21be2b75 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Alex Monk <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
