Manual:$wgSessionCacheType

From MediaWiki.org
Jump to: navigation, search

Other languages:
Deutsch • ‎English • ‎español • ‎français • ‎italiano • ‎日本語 • ‎polski • ‎português • ‎português do Brasil
Memcached settings: $wgSessionCacheType
The cache type for storing session data. Used if $wgSessionsInObjectCache is true.
Introduced in version: 1.20.0 (Gerrit change 17929; git #6eb6313b)
Removed in version: still in use
Allowed values: One of the CACHE constants (see $wgMainCacheType)
Default value: CACHE_ANYTHING

Other settings: Alphabetical | By Function

Details[edit | edit source]

The cache type for storing session data. Used if $wgSessionsInObjectCache is true.

For available types see $wgMainCacheType.