Manual:MemcachedSessions.php

From Linux Web Expert

Revision as of 10:49, 18 June 2022 by imported>ThisCarthing (Created page with "==Details==")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Details

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.