Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Naboris.SessionModule for working with sessions and session data.
val create : string -> 'sessionData -> 'sessionData tCreates new t('sessionData) with id of string.
val data : 'sessionData t -> 'sessionDataReturn session data of given t('sessionData).
val id : 'sessionData t -> stringReturn session id of given t('sessionData).