Manual:$wgUseSessionCookieJwt
Appearance
| 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.