Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Module for working with sessions and session data.
val create : string -> 'sessionData -> 'sessionData t
Creates new t('sessionData)
with id of string
.
val data : 'sessionData t -> 'sessionData
Return session data of given t('sessionData)
.
val id : 'sessionData t -> string
Return session id of given t('sessionData)
.