# Functions
AddStore method allows you to add user created session store for aah framework application.
NewManager method initializes the session manager and store based on configuration from aah.conf section `session { ..
ReleaseSession method puts session object back to pool.
# Variables
ErrSessionStoreIsNil returned when suppiled store is nil.
# Interfaces
Storer is interface for implementing pluggable storage implementation.