summaryrefslogtreecommitdiffstats
path: root/quickrun.py
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-09-16 17:07:18 -0400
committerPatrick Uiterwijk <puiterwijk@redhat.com>2014-09-24 20:29:51 +0200
commitd00990c389e98dc62a59020e4a79cfe657f88f89 (patch)
tree4c5eb46d5a60ad61695bdf3d99da66eee59d1265 /quickrun.py
parent14e8ecd7cf8ea8d342eac5c4c66b764b3a8e2dbb (diff)
downloadipsilon-d00990c389e98dc62a59020e4a79cfe657f88f89.tar.gz
ipsilon-d00990c389e98dc62a59020e4a79cfe657f88f89.tar.xz
ipsilon-d00990c389e98dc62a59020e4a79cfe657f88f89.zip
Add abstraction class to handle cookies
This handles secure cokies with useful helpers and defaults. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'quickrun.py')
-rwxr-xr-xquickrun.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/quickrun.py b/quickrun.py
index 5ec6e53..8157f80 100755
--- a/quickrun.py
+++ b/quickrun.py
@@ -48,6 +48,8 @@ tools.sessions.on = True
tools.sessions.storage_type = "file"
tools.sessions.storage_path = "${WORKDIR}/sessions"
tools.sessions.timeout = 60
+tools.sessions.secure = False
+tools.sessions.httponly = False
'''
ADMIN_TEMPLATE='''