Manual:$wgExtendedLoginCookies

This page is a translated version of the page Manual:$wgExtendedLoginCookies and the translation is 56% complete.
認証: $wgExtendedLoginCookies
延長された有効期間のログイン Cookie がいつ期限切れになるかを指示する。
導入されたバージョン:1.26.0 (Gerrit change 141248; git #16cea35d)
除去されたバージョン:1.28.0 (Gerrit change 295551; git #04993ace)
許容される値:(整数) または null
既定値:null

延長された有効期間のログイン Cookie がいつ期限切れになるかを指示します。

Default login cookie lifetime, in seconds. Setting $wgExtendLoginCookieExpiration to null will use $wgCookieExpiration to calculate the cookie lifetime. As with $wgCookieExpiration, 0 will make login cookies session-only.

To make login cookies session-only, you can use:

$wgCookieExpiration = 0;