N°4784 - CAS authentication issue with iTop 3.0

* Moved session closing after the login
This commit is contained in:
Eric Espie
2022-02-14 09:31:52 +01:00
parent cb5554ddb1
commit 1728dcc40c
2 changed files with 1 additions and 1 deletions

View File

@@ -66,7 +66,6 @@ register_shutdown_function(function()
});
$oKPI = new ExecutionKPI();
Session::Start();
Session::WriteClose();
$oKPI->ComputeAndReport("Session Start");
$sSwitchEnv = utils::ReadParam('switch_env', null);