iris
iris copied to clipboard
How to not allow sessions to log in in parallel
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
You can configure it through a database which should keep records of logins and a middleware before sessionManager.Handler
.