Go Sessions Versions Save

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

v3.3.1

1 year ago

Update modules and go version to 1.19

v3.3.0

3 years ago

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

v3.1.0

5 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

v3.0.0

6 years ago

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

v2.1.0

6 years ago

v0.0.7

7 years ago

Add flash messages support, able to override the sessionid generator and fix some older issues.

v0.0.6

7 years ago

v0.0.5

7 years ago