Manual:$wgSessionsInMemcached
![]() | Bu özellik, 1.29.0 sürümünde MediaWiki çekirdeğinden kaldırıldı. Bu özelliği kullanmanın alternatif bir yolu için lütfen $wgSessionsInObjectCache sayfasına bakın. |
Memcached ayarları: $wgSessionsInMemcached | |
---|---|
Oturum verilerini dosya sistemi yerine nesne önbelleğinde saklayın. |
|
Sürümde tanıtıldı: | pre 1.1.0 |
Sürümde kullanımdan kaldırıldı: | 1.20.0 (Gerrit change 17929; git #6eb6313b) |
Sürümde kaldırıldı: | 1.29.0 (Gerrit change 324353; git #d6bdb6bb) |
İzin verilen değerler: | (boole) |
Varsayılan değer: | false |
Diğer ayarlar: Alfabetik | İşlevsel olarak |
Ayrıntılar
Bu ayarın adına rağmen, $wgMainCacheType
içinde belirttiğiniz nesne önbelleğini kullanır.
'true' ise, MemcachedSessions.php başlangıçta yüklenir:
- 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
Categories:
- MediaWiki configuration settings/tr
- MediaWiki configuration settings pre 1.1.0/tr
- MediaWiki configuration settings introduced in version pre 1.1.0/tr
- MediaWiki configuration settings deprecated in version 1.20.0/tr
- MediaWiki configuration settings removed in version 1.29.0/tr
- MediaWiki deprecated or obsolete features/tr
- Cache variables/tr