项目作者: go-macaron

项目描述 :
Package session is a middleware that provides the session management of Macaron.
高级语言: Go
项目地址: git://github.com/go-macaron/session.git
创建时间: 2014-07-15T23:56:53Z
项目社区:https://github.com/go-macaron/session

开源协议:Apache License 2.0

下载


session

GitHub Workflow Status
codecov
GoDoc
Sourcegraph

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.6 (1.13 if using Redis, 1.10 if using MySQL).

  1. go get github.com/go-macaron/session

Getting Help

Credits

This package is a modified version of beego/session.

License

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