Manual:$wgSessionName/sk

This page is a translated version of the page Manual:$wgSessionName and the translation is 14% complete.
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

Detaily

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