Manual:$wgSessionsInMemcached

From MediaWiki.org
Jump to: navigation, search
Memcached settings: $wgSessionsInMemcached
Store session data in the object cache, rather than on the filesystem.
Introduced in version: pre 1.1.0
Removed in version: still in use
Allowed values: (boolean)
Default value: false

Other settings: Alphabetical | By Function


[edit] Details

Despite the name of this setting, it will use whatever object cache you specify in $wgMainCacheType.

If 'true', MemcachedSessions.php is loaded on startup:

This file gets included if $wgSessionsInMemcached is set in the config.
It redirects session handling functions to store their data in the object cache
instead of the local filesystem. Depending on circumstances, it may also
be necessary to change the cookie settings to work across hostnames.
* See: http://www.php.net/manual/en/function.session-set-save-handler.php
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox