Manual:$wgSessionName/zh

From Linux Web Expert

<translate> Cookies</translate>: $wgSessionName
Override to customize the session name.
<translate> Introduced in version:</translate>1.7.0 (r15312)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(字符串)或false
<translate> Default value:</translate>false

详情

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

参见