Allow $wgCookiePrefix to be set by the user. Default is false which keeps current...
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 2e2a9a1..3a13d32 100644 (file)
@@ -1527,6 +1527,12 @@ $wgCookiePath = '/';
 $wgCookieSecure = ($wgProto == 'https');
 $wgDisableCookieCheck = false;
 
+/**
+ * Set $wgCookiePrefix to use a custom one. Setting to false sets the default of
+ * using the database name.
+ */
+$wgCookiePrefix = false;
+
 /**
  * Set authentication cookies to HttpOnly to prevent access by JavaScript,
  * in browsers that support this feature. This can mitigates some classes of