Manual:$wgCookiePath/pt

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<translate> Cookies</translate>: $wgCookiePath
Explicitly declared "path" for cookies at the cookie domain
<translate> Introduced in version:</translate>pre 1.1.0
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(rota relativa)
<translate> Default value:</translate>'/'

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.