Manual:$wgSessionsInObjectCache

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: $wgSessionsInObjectCache
Whether to store sessions in object cache.
Introduced in version: 1.20.0 (Gerrit change 17929; git #6eb6313b)
Removed in version: still in use
Allowed values: (boolean)
Default value: false

Other settings: Alphabetical | By Function

Details[edit | edit source]

Whether to store sessions in object cache. The cache type is configured by $wgSessionCacheType. This can be useful to improve performance, or to avoid the locking behavior of PHP's default session handler, which tends to prevent multiple requests for the same user from acting concurrently.

See also[edit | edit source]