Sessions duration cut by 4
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
a18f9b62b0
commit
d3dc9adac9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ tools.sessions.on = True
|
|||
tools.sessions.name = "fedora_ipsilon_session_id"
|
||||
tools.sessions.storage_type = "sql"
|
||||
tools.sessions.storage_dburi = "postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db_pass }}@{{ ipsilon_db_host }}/{{ ipsilon_db_sessions_name }}"
|
||||
tools.sessions.timeout = 60
|
||||
tools.sessions.timeout = 15
|
||||
tools.sessions.httponly = True
|
||||
tools.sessions.secure = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue