summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/rest/remotepc.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole/rest/remotepc.php')
-rw-r--r--admin/WebConsole/rest/remotepc.php3
1 files changed, 2 insertions, 1 deletions
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;";