Manual:$wgSessionsInObjectCache
この機能は、バージョン 1.33.0 で完全に除去されました。 |
Memcached の設定: $wgSessionsInObjectCache | |
---|---|
セッションをオブジェクト キャッシュに格納するかどうか。 |
|
導入されたバージョン: | 1.20.0 (Gerrit change 17929; git #6eb6313b) |
廃止予定になったバージョン: | 1.27.0 (Gerrit change 243223; git #a73c5b73) |
除去されたバージョン: | 1.33.0 (Gerrit change 489405; git #a38fe6cd) |
許容される値: | (真偽値) |
既定値: | true (1.27-1.32)false (1.20-1.26) |
その他の設定: アルファベット順 | 機能順 |
詳細
セッションをオブジェクト キャッシュに格納するかどうかです。
Since 1.27.0, sessions are always stored in the object cache, and this configuration parameter becomes unuseful.
キャッシュの種類は $wgSessionCacheType
で設定できます。
This can be useful to improve performance, or to avoid the locking behavior of PHP's default session handler, which tends to prevent multiple requests for the same user from acting concurrently.