go-sessions

The sessions manager for the Go Programming Language. Supports both net/http and fasthttp.

MIT License

Stars
210
Committers
8
go-sessions - v3.3.1 Latest Release

Published by kataras about 2 years ago

Update modules and go version to 1.19

go-sessions - v3.3.0

Published by kataras over 4 years ago

New module path: "github.com/kataras/go-sessions/v3" and update all dependencies.

go-sessions - v3.1.0

Published by kataras almost 6 years ago

Go modules support and Sync with the latest iris sessions features:

  • update the expiration to any session db when ShiftExpiration is called
  • add bolt sessiondb based on the latest v3 Database interface
  • update session databases' dependencies to their latest versions
  • and other minor fixes
go-sessions - v3.0.0

Published by kataras over 6 years ago

Sync all database actions, zero code change from users.
As requested at: https://github.com/kataras/go-sessions/issues/17

go-sessions - v2.1.0

Published by kataras about 7 years ago