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:
parent
bd7e118855
commit
801bdf4450
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue