iris icon indicating copy to clipboard operation
iris copied to clipboard

[BUG]go-redis session.Clear() not work

Open johntostring opened this issue 2 years ago • 1 comments

Describe the bug https://github.com/kataras/iris/blob/4899fe95f47dfb8ce1f309c5ba267a7ecd0e08ba/sessions/sessiondb/redis/database.go#L275

Seems like sid needs to be prefixed(makeSID(sid))?

johntostring avatar Jan 28 '22 02:01 johntostring

or just db.Delete(sid, key)

johntostring avatar Jan 28 '22 03:01 johntostring

@johntostring sorry for so delayed response, fixed on /v12@master version.

kataras avatar Aug 14 '22 20:08 kataras