Plug.Session.Store behaviour
Removes the session associated with given session id from the store.
Types ↑
sid :: term | nil
cookie :: binary
session :: %{}
Callbacks
Specs:
- delete(Plug.Conn.t, sid, Plug.opts) :: :ok
Specs:
- get(Plug.Conn.t, cookie, Plug.opts) :: {sid, session}
Specs:
Specs:
- put(Plug.Conn.t, sid, any, Plug.opts) :: cookie