From 91eac6e52808dec25d365e02e2bc8bf7ea3dcd6c Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 1 Sep 2015 15:03:11 +0800 Subject: Bug 1199941 - inactive sessions should expire faster (a week?) --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 99c2fe70c..59796a076 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -470,7 +470,7 @@ use constant TIMETRACKING_FIELDS => # The maximum number of days a token will remain valid. use constant MAX_TOKEN_AGE => 3; # How many days a logincookie will remain valid if not used. -use constant MAX_LOGINCOOKIE_AGE => 30; +use constant MAX_LOGINCOOKIE_AGE => 7; # How many seconds (default is 6 hours) a sudo cookie remains valid. use constant MAX_SUDO_TOKEN_AGE => 21600; -- cgit v1.2.3-24-g4f1b