User talk:MikeMol: Difference between revisions

Content added Content deleted
(→‎cloudflare issue: Cookie longevity.)
Line 65: Line 65:
:: awesome, i can confirm that it worked. just wonder what does "session cookie longevity will be reduced until late March" mean? [[User:EMBee|eMBee]] ([[User talk:EMBee|talk]]) 05:28, 25 February 2017 (UTC)
:: awesome, i can confirm that it worked. just wonder what does "session cookie longevity will be reduced until late March" mean? [[User:EMBee|eMBee]] ([[User talk:EMBee|talk]]) 05:28, 25 February 2017 (UTC)
::: <code>$wgCookieExpiration = min(array(30*86400, time() - 1487999574));</code> ... I don't know if $wgCookieExpiration applies to existing cookies, though. It's unfortunately the best I can do. --[[User:Short Circuit|Michael Mol]] ([[User talk:Short Circuit|talk]]) 05:31, 25 February 2017 (UTC)
::: <code>$wgCookieExpiration = min(array(30*86400, time() - 1487999574));</code> ... I don't know if $wgCookieExpiration applies to existing cookies, though. It's unfortunately the best I can do. --[[User:Short Circuit|Michael Mol]] ([[User talk:Short Circuit|talk]]) 05:31, 25 February 2017 (UTC)
::: In any case, I'm overdue for calling <code c>sleep()</code>. o/ --[[User:Short Circuit|Michael Mol]] ([[User talk:Short Circuit|talk]]) 05:32, 25 February 2017 (UTC)


==Is file uploading blocked forever?==
==Is file uploading blocked forever?==