iris icon indicating copy to clipboard operation
iris copied to clipboard

How to not allow sessions to log in in parallel

Open YJ-L-2017 opened this issue 2 years ago • 1 comments

Describe the issue you are facing or ask for help Using redis's Session, how to implement only single-end login。 iris v12.2.0-beta4

YJ-L-2017 avatar Aug 18 '22 09:08 YJ-L-2017

You can configure it through a database which should keep records of logins and a middleware before sessionManager.Handler.

kataras avatar Oct 04 '22 23:10 kataras