sessions icon indicating copy to clipboard operation
sessions copied to clipboard

Gin middleware for session management

Results 119 sessions issues
Sort by recently updated
recently updated
newest added

Hi, Does the redis store support sentinels? Thanks

my system deploy on two datacenter across two city, user will log in one of datacenter, then how to sync sesssion from one datacenter to another?

So, let's say I create a session and save the username to the session, which I then use throughout my api. Any user can have multiple sessions. Then, let's say...

When user login. I want to kick off the previous session of the same user ? If using redistore, It seems like i can't access the session.ID Any help

cookie-based,How to delete an expired session?

I've hit a wall with this error after attempting to load a key from the session. I create a Redis Store using [a pre-existing pool](https://github.com/chances/chances-party/blob/golang/session.go#L34) and then utilize the session...

The user's role is saved in the session, the session is stored in redis. I want to change the role of the user in role management. How can i do...

As far as I can tell, the sessions middleware that is provided in this package, aka `gin.HandlerFunc` doesn't call the `Save()` method after the rest of the middleware stack has...

Every time a Get/Set is called it pings the redis server first which is a huge waste of time. This is happening because every Get/Set request calls NewRediStore from redistore...

Bumps [github.com/wader/gormstore/v2](https://github.com/wader/gormstore) from 2.0.0 to 2.0.3. Commits 1ef4b6e Merge pull request #47 from wader/bump-gorm.io/gorm-1.24.0 aef955e Update v2 deps fb4c40f Update gorm.io/gorm to 1.24.0 from 1.23.10 1e58e8e Merge pull request #46...

dependencies
go