Manual:$wgCookiePath

This page is a translated version of the page Manual:$wgCookiePath and the translation is 50% complete.
Cookie: $wgCookiePath
Cookie ドメインで Cookie の明示的に宣言された "path"
導入されたバージョン:pre 1.1.0
除去されたバージョン:使用中
許容される値:(相対パス)
既定値:'/'

詳細

If you do not want your login to be persistent across Wikis running on the same server, and your installations all use the same database, you will need to modify the LocalSettings.php file

$wgCookiePath = "/directory";

Where directory is the directory for that MediaWiki installation relative to the DOCUMENT_ROOT.

This resolves issues where a user is occasionally prompted to log in when viewing a different installation, even though they logged in earlier and asked to have their password remembered.

$wgSessionName and $wgCookiePrefix provide alternate solutions.