Manual:$wgAnonSessionCacheType
Appearance
| Memcached の設定: $wgAnonSessionCacheType | |
|---|---|
| The cache backend for storing anonymous session data. |
|
| 導入されたバージョン: | 1.45.0 (Gerrit change 1178870; git #3fde556f) |
| 除去されたバージョン: | 使用中 |
| 許容される値: | 未指定 |
| 既定値: | false |
| その他の設定: アルファベット順 | 機能順 | |
詳細
The cache backend for storing anonymous session data.
When false, $wgSessionCacheType will be used.
Used by MediaWiki\Session\SessionCache.
See $wgSessionCacheType for available types.