View Source Charon.SessionStore (Charon v2.1.2-beta)

Entrypoint for Charon.SessionStore.Behaviour implementation. All functions delegate to the configured module.

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.
Link to this function

delete_all(user_id, config)

View Source
This function is deprecated. use delete_all/3.
Link to this function

get(session_id, user_id, config)

View Source
This function is deprecated. use get/4.
Link to this function

get_all(user_id, config)

View Source
This function is deprecated. use get_all/3.