Jump to content

Manual:$wgExtendedLoginCookieExpiration/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgExtendedLoginCookieExpiration and the translation is 7% complete.
Cookies: $wgExtendedLoginCookieExpiration
If non-null, duration in seconds to use for 로그인 상태를 유지하기 sessions; 0 means until the browser is closed. If null, uses $wgCookieExpiration
이 변수가 소개된 버전:1.26.0 (Gerrit change 141248; git #16cea35d)
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(integer)
기본값:180 * 86400 (1.29+, (Gerrit change 321592))
null (1.26-1.28)

Details

미디어위키 버전:
1.26

The purpose of this cookie is to allow having a different (usually longer, but this is not enforced) duration for 로그인 상태를 유지하기 login-related cookies. This means you can e.g. set the standard cookie duration (widely used for MW cookies) to 30 days, but set the 로그인 상태를 유지하기 duration to a year.

Logins where the "keep me logged in" option is not checked are entirely unaffected by this setting.

Logins where "keep me logged in" is set use a mechanism that can recover from server-side session expiry, so the lifetime of the extended login is unaffected by $wgObjectCacheSessionExpiry.

The values mean:

  • Positive integer - Duration of 로그인 상태를 유지하기 sessions, in seconds.
  • 0 - 로그인 상태를 유지하기 sessions will last until the browser closes.

같이 보기