diff options
| author | Simo Sorce <simo@redhat.com> | 2014-08-01 10:19:53 -0400 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2014-09-24 20:29:24 +0200 |
| commit | afdeb5ac28a7b0e4648292ea60c028c21bf79c6f (patch) | |
| tree | a19641b937f31e6955fc5b1838189cd438dfd5ed | |
| parent | 25b8eaf83e681a9322cffe61aad5254bcbe0c917 (diff) | |
| download | ipsilon-afdeb5ac28a7b0e4648292ea60c028c21bf79c6f.tar.gz ipsilon-afdeb5ac28a7b0e4648292ea60c028c21bf79c6f.tar.xz ipsilon-afdeb5ac28a7b0e4648292ea60c028c21bf79c6f.zip | |
Confine session to the instance
Set session path so that the session is sent only for the specific instance
Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
| -rw-r--r-- | templates/install/ipsilon.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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} |
