plug_session_mnesia v0.1.2 API Reference
Modules
An application for storing and managing Plug sessions with Mnesia
A module to clean inactive sessions
Helpers for creating the Mnesia table
Stores the session in a Mnesia table
Exceptions
Error raised by PlugSessionMnesia.Helpers.setup!/0
if a table already exists
and has different attributes
Error raised by PlugSessionMnesia.Helpers.setup!/0
if the Mnesia table is not
set in the configuration
Error raised when PlugSessionMnesia.Store
tries to access a Mnesia table
that does not exist
Mix Tasks
Clears all sessions from the Mnesia table
Drops the Mnesia table
Creates the Mnesia table for :plug_session_mnesia