Jump to content

Manual:$wgUseSessionCookieJwt

From mediawiki.org
This page is a translated version of the page Manual:$wgUseSessionCookieJwt and the translation is 33% complete.
Memcached の設定: $wgUseSessionCookieJwt
Include a JWT alongside the session cookie when using cookie-based sessions.
導入されたバージョン:1.45.0 (Gerrit change 1171202; git #e099aa91)
除去されたバージョン:使用中
許容される値:未指定
既定値:false

詳細

Include a JWT alongside the session cookie when using cookie-based sessions.

The JWT cookie intentionally has the same name on all wikis, to make it easier for edge infrastructure to handle it. If multiple wikis use the same domain, without appropriate $wgCookieDomain settings, enabling this will break session handling.