https://github.com/aerogo/session
:books: Session manager.
https://github.com/aerogo/session
go session session-manager web
Last synced: over 1 year ago
JSON representation
:books: Session manager.
- Host: GitHub
- URL: https://github.com/aerogo/session
- Owner: aerogo
- License: other
- Created: 2017-06-16T10:16:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T02:43:02.000Z (over 6 years ago)
- Last Synced: 2024-10-29T21:05:51.695Z (over 1 year ago)
- Topics: go, session, session-manager, web
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# session
[![Godoc][godoc-image]][godoc-url]
[![Report][report-image]][report-url]
[![Tests][tests-image]][tests-url]
[![Coverage][coverage-image]][coverage-url]
[![Sponsor][sponsor-image]][sponsor-url]
Session manager storing an `sid` (session ID) and a `created` timestamp by default.
## Style
Please take a look at the [style guidelines](https://github.com/akyoto/quality/blob/master/STYLE.md) if you'd like to make a pull request.
## Sponsors
| [](https://github.com/cedricfung) | [](https://github.com/soulcramer) | [](https://eduardurbach.com) |
| --- | --- | --- |
| [Cedric Fung](https://github.com/cedricfung) | [Scott Rayapoullé](https://github.com/soulcramer) | [Eduard Urbach](https://eduardurbach.com) |
Want to see [your own name here?](https://github.com/users/akyoto/sponsorship)
[godoc-image]: https://godoc.org/github.com/aerogo/session?status.svg
[godoc-url]: https://godoc.org/github.com/aerogo/session
[report-image]: https://goreportcard.com/badge/github.com/aerogo/session
[report-url]: https://goreportcard.com/report/github.com/aerogo/session
[tests-image]: https://cloud.drone.io/api/badges/aerogo/session/status.svg
[tests-url]: https://cloud.drone.io/aerogo/session
[coverage-image]: https://codecov.io/gh/aerogo/session/graph/badge.svg
[coverage-url]: https://codecov.io/gh/aerogo/session
[sponsor-image]: https://img.shields.io/badge/github-donate-green.svg
[sponsor-url]: https://github.com/users/akyoto/sponsorship