Go to file
2019-08-05 01:51:36 +00:00
couchbase update macaron (#8) 2019-08-05 01:51:36 +00:00
ledis update macaron (#8) 2019-08-05 01:51:36 +00:00
memcache update macaron (#8) 2019-08-05 01:51:36 +00:00
mysql update macaron (#8) 2019-08-05 01:51:36 +00:00
nodb update macaron (#8) 2019-08-05 01:51:36 +00:00
postgres update macaron (#8) 2019-08-05 01:51:36 +00:00
redis update macaron (#8) 2019-08-05 01:51:36 +00:00
.drone.yml add drone (#3) 2019-07-31 04:40:00 +00:00
.gitignore Update github.com/go-redis/redis to v6.15.2 (#4) 2019-08-01 01:31:18 +00:00
file_test.go upgrade with macaron 2015-10-13 23:24:40 -04:00
file.go Fix Destroy spelling (#7) 2019-08-01 04:54:38 +00:00
flash_test.go update macaron (#8) 2019-08-05 01:51:36 +00:00
flash.go update macaron (#8) 2019-08-05 01:51:36 +00:00
go.mod update macaron (#8) 2019-08-05 01:51:36 +00:00
go.sum update macaron (#8) 2019-08-05 01:51:36 +00:00
LICENSE Initial commit 2014-07-15 19:57:55 -04:00
memory_test.go upgrade with macaron 2015-10-13 23:24:40 -04:00
memory.go Fix Destroy spelling (#7) 2019-08-01 04:54:38 +00:00
README.md update macaron (#8) 2019-08-05 01:51:36 +00:00
session_test.go update macaron (#8) 2019-08-05 01:51:36 +00:00
session.go update macaron (#8) 2019-08-05 01:51:36 +00:00
utils.go utils: make local copy of alphanum just to be stable (#24) 2018-11-06 22:18:28 -05:00

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.