Go to file
Lunny Xiao fc944d3702 update macaron (#8) 4 years ago
couchbase update macaron (#8) 4 years ago
ledis update macaron (#8) 4 years ago
memcache update macaron (#8) 4 years ago
mysql update macaron (#8) 4 years ago
nodb update macaron (#8) 4 years ago
postgres update macaron (#8) 4 years ago
redis update macaron (#8) 4 years ago
.drone.yml add drone (#3) 4 years ago
.gitignore Update github.com/go-redis/redis to v6.15.2 (#4) 4 years ago
LICENSE Initial commit 9 years ago
README.md update macaron (#8) 4 years ago
file.go Fix Destroy spelling (#7) 4 years ago
file_test.go upgrade with macaron 8 years ago
flash.go update macaron (#8) 4 years ago
flash_test.go update macaron (#8) 4 years ago
go.mod update macaron (#8) 4 years ago
go.sum update macaron (#8) 4 years ago
memory.go Fix Destroy spelling (#7) 4 years ago
memory_test.go upgrade with macaron 8 years ago
session.go update macaron (#8) 4 years ago
session_test.go update macaron (#8) 4 years ago
utils.go utils: make local copy of alphanum just to be stable (#24) 4 years ago

README.md

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.