Skip to content

Commit

Permalink
Change session timeout to 12h as required by UBC M4
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Feb 10, 2025
1 parent 6c10968 commit b871bbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -811,3 +811,7 @@ function loadenv($envName, $default = "") {

# Give Bureaucrats delete permission
$wgGroupPermissions['bureaucrat']['delete'] = true;

# CookieExpiration in seconds
$wgCookieExpiration = 43200;
$wgExtendedLoginCookieExpiration = 43200;

0 comments on commit b871bbb

Please sign in to comment.