# README
Session - Simple Session for Go Web.
Installation
To install the package, run:
go get -u github.com/go-zoox/session
Getting Started
// See test cases
License
GoZoox is released under the MIT License.
# Functions
New creates a session getter and setter.
# Constants
DefaultCookieKey ...
DefaultHTTPOnly ...
DefaultMaxAge ...
DefaultPath ...
# Interfaces
Session ...
# Type aliases
Config is the optional session config.