diff --git a/app/modules/web/Init.php b/app/modules/web/Init.php index f9291ea1..f1f9c2a9 100644 --- a/app/modules/web/Init.php +++ b/app/modules/web/Init.php @@ -316,6 +316,8 @@ final class Init extends ModuleBase if ($this->isIndex || $timeout === null) { $userTimeout = $this->getSessionTimeoutForUser($timeout) ?: $this->configData->getSessionTimeout(); + logger('Session timeout: ' . $userTimeout); + return $this->context->setSessionTimeout($userTimeout); } } catch (\Exception $e) {