Manual:$wgCookiePath
Cookies: $wgCookiePath | |
---|---|
Explicitly declared "path" for cookies at the cookie domain |
|
Introduzida na versão: | Before 1.1.0 |
Removida na versão: | ainda em uso |
Valores permitidos: | (rota relativa) |
Valor por omissão: | '/' |
Outras configurações: Lista Alfabética | Lista por Função |
Detalhes
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 e $wgCookiePrefix proporcionam soluções alternadas.