Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 692 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 692 Bytes

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.