Module session

Module session 

Source
Expand description

Session state

This module contains all the logic related to session management.

Structs§

Session
Session is subgroup of clients intended to be used for a specific purpose.

Enums§

SessionError
Error type for session operations.
SessionKind
Session kinds available in this implementation.

Type Aliases§

SessionId
Unique ID of a session.
SessionPartyNumber
Party number of a session.
SessionValue
Value associated to a session.