wiki: up cookie lifetime to 10hours

Right now by default users are logged out after 1 hour of inactivity on
the wiki. This is anoying for people who do a number of edits during the
day. So, lets increase this timeout to 10 hours.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-09-14 13:54:43 -07:00
parent bd7e118855
commit 801bdf4450

View file

@ -654,3 +654,7 @@ $wgPasswordAttemptThrottle = false;
# Looks like mediawiki is using undefined constants.... Let's shut that up
error_reporting(E_ALL ^ E_NOTICE);
# Set this to 10 hours (up from default 1 hour) to let people stay logged in
# during their work day.
$wgObjectCacheSessionExpiry = 36000