# HG changeset patch # User Goffi # Date 1513121756 -3600 # Node ID 641664553a41651a6d67e123dee4c0e5564ba047 # Parent 08e0d1f8542c6e4c2eba6bf5b898a6d0aea7b7e8 server: changed session timeout from 5 min to 2h, avoiding undesired disconnection on Libervia pages. fix 210 diff -r 08e0d1f8542c -r 641664553a41 src/server/constants.py --- a/src/server/constants.py Tue Dec 05 02:56:27 2017 +0100 +++ b/src/server/constants.py Wed Dec 13 00:35:56 2017 +0100 @@ -26,7 +26,7 @@ APP_NAME_FILE = "libervia" SERVICE_PROFILE = 'libervia' # the SàT profile that is used for exporting the service - SESSION_TIMEOUT = 300 # Session's timeout, after that the user will be disconnected + SESSION_TIMEOUT = 7200 # Session's timeout, after that the user will be disconnected HTML_DIR = "html/" THEMES_DIR = "themes/" THEMES_URL = "themes"