modulepackage
0.0.0-20151010021409-d39205930131
Repository: https://github.com/macaron-contrib/session.git
Documentation: pkg.go.dev
# README
session

Middleware session provides session management for Macaron. It can use many session providers, including memory, file, Redis, Memcache, PostgreSQL, MySQL, Couchbase, Ledis and Nodb.
Installation
go get github.com/macaron-contrib/session
Getting Help
Credits
This package is forked from beego/session with reconstruction(over 80%).
License
This project is under Apache v2 License. See the LICENSE file for the full license text.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
NewFileStore creates and returns a file session store.
NewManager creates and returns a new session manager by given provider name and configuration.
NewMemStore creates and returns a memory session store.
Register registers a provider.
Sessioner is a middleware that maps a session.SessionStore service into the Macaron handler chain.
No description provided by the author
# Structs
FileProvider represents a file session provider implementation.
FileStore represents a file session store implementation.
No description provided by the author
Manager represents a struct that contains session provider and its configuration.
MemProvider represents a in-memory session provider implementation.
MemStore represents a in-memory session store implementation.
Options represents a struct for specifying configuration options for the session middleware.