Skip to content
master
Go to file
Code

Latest commit

* between v1 and v2 the session expiration attr key became a random value
* this caused sessions generated in one app/daemon/etc to have expirations not aligning with others
* this patch basically restores the functionality found in v1
* fixes #32
1423b97

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

session

Build Status Go Report Card GoDev GitHub release

Session implementation for fasthttp.

See examples to see how to use it.

Providers

  • memory
  • memcache
  • mysql
  • postgres
  • redis
  • sqlite3

Features

  • Focus on the design of the code architecture and expansion.
  • Provide full session storage.
  • Convenient switching of session storage.
  • Customizable data serialization.

Bugs

If you find a bug, please open new issue.

Contributing

Feel free to contribute... 😉

You can’t perform that action at this time.