Manual:$wgSessionName
Cookies: $wgSessionName | |
---|---|
Override to customize the session name. |
|
Introduced in version: | 1.7.0 (r15312) |
Removed in version: | Still in use |
Allowed values: | (string) or false |
Default value: | false |
Other settings: Alphabetical | By function |
Details
editOverride 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'
.