Wiki login doesn't stick: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user 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 is a setting to remain logged in for 180 days, and it is rarely 180 days between logins.  
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}}


{{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 11: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)