Manual:$wgObjectCacheSessionExpiry

From mediawiki.org
This page is a translated version of the page Manual:$wgObjectCacheSessionExpiry and the translation is 71% complete.
Memcached の設定: $wgObjectCacheSessionExpiry
セッション ストレージを使用できる有効期間 (秒単位)。
導入されたバージョン:1.20.0 (Gerrit change 18069; git #3b0132a6)
除去されたバージョン:使用中
許容される値:(整数)
既定値:60 * 60 (1.39+)
3600 (1.20-1.38)

詳細

セッション ストレージを使用できる有効期間です。 When a user has logged in without checking the "keep me logged in" option, they will be logged out if they are inactive (do not interact with the server) for this much time. For "keep me logged in" logins, the session will still be discarded, but the user will remain logged in as long as their authentication cookie (controlled by $wgExtendedLoginCookieExpiration) is intact.