Ext.Low_levelSourceFunctions to access table data. Prefer using Eliom references.
val get_volatile_data :
state:([< `Session_group | `Session | `Client_process ], [< `Data ]) state ->
table:'a volatile_table ->
'aRaises Not_found if no data in the table for the cookie.
val get_persistent_data :
state:([< `Session_group | `Session | `Client_process ], [< `Pers ]) state ->
table:'a persistent_table ->
'a Lwt.tFails with lwt exception Not_found if no data in the table for the cookie.
val set_volatile_data :
state:([< `Session_group | `Session | `Client_process ], [< `Data ]) state ->
table:'a volatile_table ->
'a ->
unitval set_persistent_data :
state:([< `Session_group | `Session | `Client_process ], [< `Pers ]) state ->
table:'a persistent_table ->
'a ->
unit Lwt.tFails with lwt exception Not_found if no data in the table for the cookie.
val remove_volatile_data :
state:([< `Session_group | `Session | `Client_process ], [< `Data ]) state ->
table:'a volatile_table ->
unitval remove_persistent_data :
state:([< `Session_group | `Session | `Client_process ], [< `Pers ]) state ->
table:'a persistent_table ->
unit Lwt.t