Skip to content
Snippets Groups Projects
Commit ec3abd2a authored by Till Brehm's avatar Till Brehm
Browse files

Increase API session timeout to 30 minutes.

parent 826789a0
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ Copyright (c) Tri-Plex technology
class remoting {
//* remote session timeout in seconds
private $session_timeout = 600;
private $session_timeout = 1800;
public $oldDataRecord;
public $dataRecord;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment