Increase session ttl
This commit is contained in:
parent
a484d477f4
commit
f9d983076c
|
@ -84,7 +84,8 @@
|
|||
wrap-auth
|
||||
wrap-webjars
|
||||
wrap-flash
|
||||
(wrap-session {:cookie-attrs {:http-only true}})
|
||||
(wrap-session {:timeout (* 60 60 6)
|
||||
:cookie-attrs {:http-only true}})
|
||||
(wrap-defaults
|
||||
(-> site-defaults
|
||||
(assoc-in [:security :anti-forgery] false)
|
||||
|
|
Loading…
Reference in New Issue