From e8afc9fbb8de2f5fa8346cadfe86ab71c69f70ce Mon Sep 17 00:00:00 2001 From: Irina Gómez Date: Wed, 20 Jan 2021 14:28:06 +0100 Subject: #839 Fixes problem of expulsion of the user from the session at 15min. --- admin/WebConsole/rest/remotepc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/WebConsole/rest/remotepc.php b/admin/WebConsole/rest/remotepc.php index 428d5252..0d8491c0 100644 --- a/admin/WebConsole/rest/remotepc.php +++ b/admin/WebConsole/rest/remotepc.php @@ -208,7 +208,8 @@ CREATE EVENT e_timeout_$clntid END IF; END EOD; - $t3 = $cmd->Ejecutar(); + // #839 Fixes problem of expulsion of the user from the session at 15min + $t3=1; //$t3 = $cmd->Ejecutar(); if ($t1 and $t2 and $t3) { // Commit transaction on success. $cmd->texto = "COMMIT;"; -- cgit v1.2.3-18-g5258