Charon.SessionStore.LocalStore (Charon v4.2.0)
View SourceAn in-memory persistent session store, implements behaviour Charon.SessionStore.
In addition to the required callbacks, this store also provides get_all/3 and delete_all/3 (for a user) functions.
Usage
Add this store to your supervision tree to use it.
children = [
Charon.SessionStore.LocalStore
]
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.