package
0.12.5
Repository: https://github.com/go-aah/aah.git
Documentation: pkg.go.dev

# 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.

# Structs

FileStore is the aah framework session store implementation.
Manager is a session manager to manage sessions.
Session hold the information for particular HTTP request.

# Interfaces

Storer is interface for implementing pluggable storage implementation.