Manual:$wgSessionsInObjectCache/pt-br

Category:MediaWiki configuration settings/pt-br#SessionsInObjectCacheCategory:MediaWiki configuration settings introduced in version 1.20.0/pt-br#SessionsInObjectCacheCategory:MediaWiki configuration settings deprecated in version 1.27.0/pt-br#SessionsInObjectCacheCategory:MediaWiki configuration settings removed in version 1.33.0/pt-br#SessionsInObjectCacheCategory:MediaWiki deprecated or obsolete features/pt-br#SessionsInObjectCacheCategory:Cache variables/pt-br#SessionsInObjectCache
Configurações do Memcached: $wgSessionsInObjectCache
Whether to store sessions in object cache.
Introduzida na versão:1.20.0 (Gerrit change 17929; git #6eb6313b)
Depreciada na versão:1.27.0 (Gerrit change 243223; git #a73c5b73)
Removida na versão:1.33.0 (Gerrit change 489405; git #a38fe6cd)
Valores permitidos:(boolean)
Valor padrão:true (1.27-1.32)
false (1.20-1.26)

Details

Whether to store sessions in object cache.

Since 1.27.0, sessions are always stored in the object cache, and this configuration parameter becomes unuseful.

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.

Ver também

Category:Cache variables/pt-br Category:MediaWiki configuration settings/pt-br Category:MediaWiki configuration settings deprecated in version 1.27.0/pt-br Category:MediaWiki configuration settings introduced in version 1.20.0/pt-br Category:MediaWiki configuration settings removed in version 1.33.0/pt-br Category:MediaWiki deprecated or obsolete features/pt-br