# Functions
AuthenticationMiddleware is the middleware of session authentication for echo.
Delete the current session.
Get returns a session for the current request.
GetAccount returns account object of session.
GetValue returns value of session.
Init initalize session authentication.
Save saves the current session.
SetAccount sets account data in session.
SetValue sets a key and a value.
# Constants
Account is the key of account data in the session.