Manual:$wgSessionName
Appearance
From mediawiki.org
Languages:
| 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
[edit ]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'.