Manual:$wgObjectCacheSessionExpiry/ko

Category:MediaWiki configuration settings/ko#ObjectCacheSessionExpiryCategory:MediaWiki configuration settings introduced in version 1.20.0/ko#ObjectCacheSessionExpiryCategory:MediaWiki configuration settings still in use/ko#ObjectCacheSessionExpiryCategory:Cache variables/ko#ObjectCacheSessionExpiry
Memcached settings: $wgObjectCacheSessionExpiry
Expiry time to use for session storage in seconds.
이 변수가 소개된 버전:1.20.0 (Gerrit change 18069; git #3b0132a6)
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(정수)
기본값:60 * 60 (1.39+)
3600 (1.20-1.38)

설명

Expiry time in seconds to use for session storage. 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.

Category:Cache variables/ko Category:MediaWiki configuration settings/ko Category:MediaWiki configuration settings introduced in version 1.20.0/ko Category:MediaWiki configuration settings still in use/ko