Cookie
class Cookie<S : Any>(val block: CookieSessionBuilder<S>.() -> Unit = {}) : SessionTransportType<S> (source)
Passes the serialized session in a cookie.
Parameters
block
configures cookie settings, serialization, and transformations.
Passes the serialized session in a cookie.
configures cookie settings, serialization, and transformations.