View Source Charon.SessionStore (Charon v2.7.2)
The persistent session store. See Charon.SessionStore.Behaviour
for callbacks.
All functions delegate to the configured session store module.
Client applications should use this module to interact with the underlying implementation, because this module takes care of session struct version upgrades as well.
Link to this section Summary
Functions
delete(session_id, user_id, config)
deprecated
delete_all(user_id, config)
deprecated
get(session_id, user_id, config)
deprecated
get_all(user_id, config)
deprecated
Link to this section Functions
This function is deprecated. use delete/4 with type :full.
This function is deprecated. use delete_all/3 with type :full.
This function is deprecated. use get/4 with type :full.
This function is deprecated. use get_all/3 with type :full.