Bumped $wgCookieExpiration to 180 days, we were one of the sites with shortest cookie...
authorMax Semenik <maxsem@users.mediawiki.org>
Sat, 13 Aug 2011 21:13:14 +0000 (21:13 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Sat, 13 Aug 2011 21:13:14 +0000 (21:13 +0000)
RELEASE-NOTES-1.19
includes/DefaultSettings.php

index 158f2a3..054d205 100644 (file)
@@ -13,6 +13,7 @@ production.
 === Configuration changes in 1.19 ===
 * Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead.
 * (bug 27132) movefile right granted by default to registered users.
+* Default cookie lifetime ($wgCookieExpiration) is increased to 180 days.
 
 === New features in 1.19 ===
 * (bug 19838) Possibility to get all interwiki prefixes if the interwiki
index b05856d..9d89cb3 100644 (file)
@@ -3787,7 +3787,7 @@ $wgProxyKey = false;
 /**
  * Default cookie expiration time. Setting to 0 makes all cookies session-only.
  */
-$wgCookieExpiration = 30*86400;
+$wgCookieExpiration = 180*86400;
 
 /**
  * Set to set an explicit domain on the login cookies eg, "justthis.domain.org"