This repository has been archived on 2020-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
session/README.md
Lunny Xiao fc944d3702
All checks were successful
continuous-integration/drone/push Build is passing
update macaron (#8)
2019-08-05 01:51:36 +00:00

705 B

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

The minimum requirement of Go is 1.11 .

go get gitea.com/macaron/session

Getting Help

Credits

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

License

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