Skip to content
Snippets Groups Projects
Commit ae4e0228 authored by Tim Fechner's avatar Tim Fechner
Browse files

Add session related settings

parent 6dfd4f47
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -24,6 +24,11 @@ DATABASES = { ...@@ -24,6 +24,11 @@ DATABASES = {
} }
# Session stuff
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
SESSION_COOKIE_AGE = 12 * 60 * 60 # 12H, because that's salts default token lifetime
SESSION_COOKIE_NAME = "cookie_session_salt_observer"
# Salt observer configuration # Salt observer configuration
SALT_API = { SALT_API = {
'cherrypy': { 'cherrypy': {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment