手册:$wgSessionName

This page is a translated version of the page Manual:$wgSessionName and the translation is 57% complete.
Cookies: $wgSessionName
Override to customize the session name.
引进版本:1.7.0 (r15312)
移除版本:仍在使用
允许的值:(字符串)或false
默认值: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'.

参见