Manual:$wgSessionName/pt-br
Cookies: $wgSessionName | |
---|---|
Override to customize the session name. |
|
Introduzido na versão: | 1.7.0 (r15312) |
Removido na versão: | ainda em uso |
Valores permitidos: | (string) or false |
Valor padrão: | false |
Outras definições: Alfabético | Por função |
Details
Override to customize the session.name. MediaWiki will try to set the session name only if session.auto_start is disabled.
If not specified, the session name will default to $wgCookiePrefix . '_session'
.