手册:$wgSessionsInMemcached
此功能已在版本1.29.0中,从MediaWiki核心代码中移除。 请参见$wgSessionsInObjectCache以获取使用此功能的替代方式。 |
高速缓存设置: $wgSessionsInMemcached | |
---|---|
Store session data in the object cache, rather than on the filesystem. |
|
引进版本: | 1.1.0前 |
弃用版本: | 1.20.0 (Gerrit change 17929; git #6eb6313b) |
移除版本: | 1.29.0 (Gerrit change 324353; git #d6bdb6bb) |
允许的值: | (布尔值) |
默认值: | false |
其他设置: 按首字母排序 | 按功能排序 |
Details
Despite the name of this setting, it will use whatever object cache you specify in $wgMainCacheType
.
If 'true', MemcachedSessions.php is loaded on startup:
- This file gets included if $wgSessionsInMemcached is set in the config.
- It redirects session handling functions to store their data in the object cache
- instead of the local filesystem. Depending on circumstances, it may also
- be necessary to change the cookie settings to work across hostnames.
- * See: https://php.net/function.session-set-save-handler