Manual:MemcachedSessions.php
Appearance
この機能は、バージョン 1.20 で完全に除去されました。 |
MediaWiki ファイル: MemcachedSessions.php | |
---|---|
場所: | includes/cache/ |
ソース コード: | master • 1.42.3 • 1.41.4 • 1.39.10 |
クラス: | コードを検索 • 説明文書を検索 |
詳細
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.