summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tntconfig.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tntconfig.cpp b/tntconfig.cpp
index 596ff6e..1ca52ec 100644
--- a/tntconfig.cpp
+++ b/tntconfig.cpp
@@ -37,6 +37,7 @@ void TntConfig::WriteConfig()
file << "MapUrl ^/$ login@" << endl;
file << "MapUrl /([^.]+)(\\..+)? $1@" << endl;
file << "PropertyFile " << m_propertiesPath << endl;
+ file << "SessionTimeout 86400" << endl;
Setup::IpList const& ips = LiveSetup().GetServerIps();
int port = LiveSetup().GetServerPort();