Manual:MemcachedSessions.php
This feature was removed completely in version 1.20. |
MediaWiki file: MemcachedSessions.php | |
---|---|
Location: | includes/cache/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | Find code • Find documentation |
Details
editMemcachedSessions.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.