gitea/vendor/github.com/go-macaron/session
Mura Li d77176912b Use Go1.11 module (#5743)
* Migrate to go modules

* make vendor

* Update mvdan.cc/xurls

* make vendor

* Update code.gitea.io/git

* make fmt-check

* Update github.com/go-sql-driver/mysql

* make vendor
2019-03-27 19:15:23 +08:00
..
couchbase add other session providers (#5963) 2019-02-05 11:52:51 -05:00
memcache Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
mysql Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
nodb Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
postgres Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
redis Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
.gitignore Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
.travis.yml Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
LICENSE Added all required dependencies 2016-11-04 08:43:11 +01:00
README.md Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
file.go add other session providers (#5963) 2019-02-05 11:52:51 -05:00
flash.go add other session providers (#5963) 2019-02-05 11:52:51 -05:00
memory.go Added all required dependencies 2016-11-04 08:43:11 +01:00
session.go add other session providers (#5963) 2019-02-05 11:52:51 -05:00
utils.go add other session providers (#5963) 2019-02-05 11:52:51 -05:00

README.md

session Build Status

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.7 if using Redis, 1.8 if using MySQL).

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.