From 5e0b9747121eab67c5a3ee3bb42a677e35da7fd6 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 10 Nov 2014 14:57:53 -0500 Subject: Add simple SqlSession implementation This allows us to store session data in the DB. This way session data can be shared by multiple servers behind a balancer. Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- templates/install/ipsilon.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/install/ipsilon.conf b/templates/install/ipsilon.conf index 2e402a3..4b170ca 100644 --- a/templates/install/ipsilon.conf +++ b/templates/install/ipsilon.conf @@ -11,8 +11,8 @@ transactions.db = "${transdb}" tools.sessions.on = True tools.sessions.name = "${instance}_ipsilon_session_id" -tools.sessions.storage_type = "file" -tools.sessions.storage_path = "${datadir}/sessions" +tools.sessions.storage_type = "${sesstype}" +tools.sessions.storage_${sessopt} = "${sessval}" tools.sessions.path = "/${instance}" tools.sessions.timeout = 60 tools.sessions.httponly = ${secure} -- cgit