Liking cljdoc? Tell your friends :D

strojure.undertow.handler.session

Session handler functionality.

Session handler functionality.
raw docstring

in-memory-session-managerclj

(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.
sourceraw docstring

(session-cookie-config {:keys [cookie-name path domain discard secure http-only
                               same-site max-age comment]
                        :or {http-only true same-site "Lax"}})

Returns instance of io.undertow.server.session.SessionConfig for given configuration map. By default, the cookie is HttpOnly with SameSite=Lax.

Returns instance of `io.undertow.server.session.SessionConfig` for given
configuration map. By default, the cookie is `HttpOnly` with `SameSite=Lax`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close