View Source Charon.SessionStore (Charon v2.7.1)

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

Link to this section Functions

Link to this function

delete(session_id, user_id, config)

View Source
This function is deprecated. use delete/4 with type :full.
Link to this function

delete_all(user_id, config)

View Source
This function is deprecated. use delete_all/3 with type :full.
Link to this function

get(session_id, user_id, config)

View Source
This function is deprecated. use get/4 with type :full.
Link to this function

get_all(user_id, config)

View Source
This function is deprecated. use get_all/3 with type :full.