# Functions
No description provided by the author
# Variables
ErrNoStorage is returned when loading a session with a Store that has no backing storage.
No description provided by the author
No description provided by the author
# Structs
MemoryStorage is an implementation of Storage that keeps session data in memory.
Session holds a set of keys & values associated with an ID.
Store represents a domain of sessions.
# Interfaces
Storage provides persistance for session data.