Jump to content

Manual:$wgUseSessionCookieJwt

From mediawiki.org
Memcached settings: $wgUseSessionCookieJwt
Include a JWT alongside the session cookie when using cookie-based sessions.
Introduced in version:1.45.0 (Gerrit change 1171202; git #e099aa91)
Removed in version:Still in use
Allowed values:Unspecified
Default value:false

Details

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.