Manual:$wgSessionName

From mediawiki.org
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

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'.

See also[edit]