Manual:$wgSessionCacheType
From MediaWiki.org
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
.