Wiki login doesn't stick: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
(16 intermediate revisions by 10 users not shown) | |||
Line 1: | Line 1: | ||
The wiki login doesn't seem to "stick" sometimes. | The wiki login doesn't seem to "stick" sometimes. | ||
There | There are settings to remain logged in for 180 days, and it is rarely 180 days between logins. | ||
<code> | |||
$wgExtendedLoginCookieExpiration = 180 * 86400; | |||
$wgCookieExpiration = 180 * 86400; | |||
</code> | |||
{{fixed bug}} | |||
I have not had a problem with this in some time, so assuming it's fixed. If others still have e problem we need to review. [[User:Ttenbergen|Ttenbergen]] 11:12, 2022 April 27 (CDT) | |||
Latest revision as of 10:12, 2022 April 27
The wiki login doesn't seem to "stick" sometimes.
There are settings to remain logged in for 180 days, and it is rarely 180 days between logins.
$wgExtendedLoginCookieExpiration = 180 * 86400;
$wgCookieExpiration = 180 * 86400;
I have not had a problem with this in some time, so assuming it's fixed. If others still have e problem we need to review. Ttenbergen 11:12, 2022 April 27 (CDT)