Manual:MemcachedSessions.php
From Linux Web Expert
File:OOjs UI icon alert-destructive.svg | <translate> This feature was removed completely in version <tvar name=ver>1.20</tvar>.</translate> |
MediaWiki ファイル: MemcachedSessions.php | |
---|---|
場所: | includes/cache/ |
ソース コード: | master • 1.41.1 • 1.40.3 • 1.39.7 |
クラス: | コードを検索 • 説明文書を検索 |
詳細
MemcachedSessions.php file gets included if $wgSessionsInMemcached is set in the config. It redirects session handling functions to store their data in memcached instead of the local filesystem. Depending on circumstances, it may also be necessary to change the cookie settings to work across hostnames.