Jump to content

Manual:$wgAnonSessionCacheType

From mediawiki.org
Memcached settings: $wgAnonSessionCacheType
The cache backend for storing anonymous session data.
Introduced in version:1.45.0 (Gerrit change 1178870; git #3fde556f)
Removed in version:Still in use
Allowed values:Unspecified
Default value:false

Details

The cache backend for storing anonymous session data. When false, $wgSessionCacheType will be used. Used by MediaWiki\Session\SessionCache. See $wgSessionCacheType for available types.