Manual:$wgSessionsInObjectCache/zh
Appearance
此功能已在版本1.33.0中完全移除。 |
高速缓存设置: $wgSessionsInObjectCache | |
---|---|
Whether to store sessions in object cache. |
|
引进版本: | 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) |
其他设置: 按首字母排序 | 按功能排序 |
Details
Whether to store sessions in object cache.
Since 1.27.0, sessions are always stored in the object cache, and this configuration parameter becomes unuseful.
The cache type is configured by $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.