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.

21 lines
705 B

  1. # session
  2. Middleware session provides session management for [Macaron](https://gitea.com/macaron/macaron). It can use many session providers, including memory, file, Redis, Memcache, PostgreSQL, MySQL, Couchbase, Ledis and Nodb.
  3. ### Installation
  4. The minimum requirement of Go is 1.11 .
  5. go get gitea.com/macaron/session
  6. ## Getting Help
  7. - [API Reference](https://gowalker.org/gitea.com/macaron/session)
  8. - [Documentation](https://go-macaron.com/docs/middlewares/session)
  9. ## Credits
  10. This package is a modified version of [go-macaron/session](github.com/go-macaron/session).
  11. ## License
  12. This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.