Podręcznik:MemcachedSessions.php
Ta funkcja została całkowicie usunięta z jądra MediaWiki w wersji 1.20. |
Plik MediaWiki: MemcachedSessions.php | |
---|---|
Lokalizacja: | includes/cache/ |
Kod źródłowy: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Klasy: | Znajdź kod • Znajdź dokumentację |
Szczegóły
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.