You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
925 B

  1. # session [![Build Status](https://travis-ci.org/go-macaron/session.svg?branch=master)](https://travis-ci.org/go-macaron/session) [![](http://gocover.io/_badge/github.com/go-macaron/session)](http://gocover.io/github.com/go-macaron/session)
  2. Middleware session provides session management for [Macaron](https://github.com/go-macaron/macaron). It can use many session providers, including memory, file, Redis, Memcache, PostgreSQL, MySQL, Couchbase, Ledis and Nodb.
  3. ### Installation
  4. go get github.com/go-macaron/session
  5. ## Getting Help
  6. - [API Reference](https://gowalker.org/github.com/go-macaron/session)
  7. - [Documentation](http://go-macaron.com/docs/middlewares/session)
  8. ## Credits
  9. This package is a modified version of [beego/session](https://github.com/astaxie/beego/tree/master/session).
  10. ## License
  11. This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.