From 40648e83f465d91ac2afb5db16aeeab96aeaaefb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 20 Jan 2021 17:10:30 +0100 Subject: [PATCH] Remove SessionHandler::ACP_SESSION_LIFETIME This constant is unused as of the previous commit. --- .../install/files/lib/system/session/SessionHandler.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/session/SessionHandler.class.php b/wcfsetup/install/files/lib/system/session/SessionHandler.class.php index 30fdb1da92..2c8e455a2a 100644 --- a/wcfsetup/install/files/lib/system/session/SessionHandler.class.php +++ b/wcfsetup/install/files/lib/system/session/SessionHandler.class.php @@ -126,7 +126,6 @@ final class SessionHandler extends SingletonFactory { */ private $xsrfToken; - private const ACP_SESSION_LIFETIME = 2 * 3600; private const GUEST_SESSION_LIFETIME = 2 * 3600; private const USER_SESSION_LIFETIME = 14 * 86400; -- 2.20.1