View Source Charon.SessionStore.LocalStore (Charon v3.0.3)
An 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
Usage
Add this store to your supervision tree to use it.
children = [
Charon.SessionStore.LocalStore
]
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.