redisstore icon indicating copy to clipboard operation
redisstore copied to clipboard

A Gorilla Sessions Store implementation backed by Redis

Results 2 redisstore issues
Sort by recently updated
recently updated
newest added

There is a problem in implementation of `func (s *RedisStore) Save` for corner case of `session.Options.MaxAge = 0`. Expected behavior for cookie's `MaxAge = 0` is to expire cookie when...

If a users sends a web request with for example an old cookie, or any key, it will be the id stored in the redis database. Shouldn't the save function...