Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Naboris.Session
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)
.