Sessions
class Sessions
Sessions feature that provides a mechanism to persist information between requests.
Types
class Configuration Sessions configuration builder |
|
companion object Feature : Feature installation object |
Constructors
Sessions(providers: List<SessionProvider<*>>) Sessions feature that provides a mechanism to persist information between requests. |
Properties
val providers: List<SessionProvider<*>> list of session providers |
Companion Object Properties
val key: AttributeKey<Sessions> Unique key that identifies a feature |
Companion Object Functions
fun install( Feature installation script |