(handler {:slipway.session/keys [secure-request-only? http-only? same-site
max-inactive-interval tracking-modes
cookie-name session-id-manager
refresh-cookie-age path-parameter-name]
:or {secure-request-only? true
http-only? true
same-site :strict
max-inactive-interval -1
tracking-modes #{:cookie}
cookie-name "JSESSIONID"}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close