From afdeb5ac28a7b0e4648292ea60c028c21bf79c6f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 1 Aug 2014 10:19:53 -0400 Subject: [PATCH] Confine session to the instance Set session path so that the session is sent only for the specific instance Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- templates/install/ipsilon.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/install/ipsilon.conf b/templates/install/ipsilon.conf index bbc4de6..742ff38 100644 --- a/templates/install/ipsilon.conf +++ b/templates/install/ipsilon.conf @@ -10,6 +10,7 @@ user.prefs.db = "${datadir}/userprefs.sqlite" tools.sessions.on = True tools.sessions.storage_type = "file" tools.sessions.storage_path = "${datadir}/sessions" +tools.sessions.path = "/${instance}" tools.sessions.timeout = 60 tools.sessions.httponly = ${secure} tools.sessions.secure = ${secure} -- 2.20.1