Skip to content

go-emmanuel/session

Repository files navigation

session

Middleware session provides session management for Emmanuel. It can use many session providers, including memory, file, Redis, Memcache, PostgreSQL, MySQL, Couchbase, Ledis and Nodb.

Installation

The minimum requirement of Go is 1.6 (1.7 if using Redis, 1.10 if using MySQL).

go get github.com/go-emmanuel/session

Credits

This package is a modified version of beego/session and go-macaron/session.

License

This project is under the Apache License, Version 2.0. See the LICENSE file for the full license text.

About

Package session is a middleware that provides the session management of Emmanuel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages