Manual:$wgSessionsInMemcached/fr

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<translate> Memcached settings</translate>: $wgSessionsInMemcached
Stocke les données de session dans le cache des objets plutôt que sur le système de fichiers.
<translate> Introduced in version:</translate>pre 1.1.0
<translate> Deprecated in version:</translate>1.20.0 (Gerrit change 17929; git #6eb6313b)
<translate> Removed in version:</translate>1.29.0 (Gerrit change 324353; git #d6bdb6bb)
<translate> Allowed values:</translate>(booléen)
<translate> Default value:</translate>false

Détails

En dépit du nom de ce paramètre, il utilisera le cache d'objets que vous spécifiez dans $wgMainCacheType .

S'il vaut 'true', MemcachedSessions.php is est chargé au démarrage:

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: https://php.net/function.session-set-save-handler