Session handler functionality.
Session handler functionality.
(in-memory-session-manager
{:keys [session-id-generator deployment-name max-sessions
expire-oldest-unused-session-on-max statistics-enabled]
:or {max-sessions 0 expire-oldest-unused-session-on-max true}})
Return instance of InMemorySessionManager
given configuration map.
Return instance of `InMemorySessionManager` given configuration map.
(session-cookie-config {:keys [cookie-name path domain discard secure http-only
max-age comment]})
Returns instance of SessionCookieConfig
given configuration map.
Returns instance of `SessionCookieConfig` given configuration map.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |