Current user and single login

0
Hi everyone, I have created an app where the current user will log in via chrome and the same user login via Mozilla firefox. It's like the same user as two logins. So, the session in chrome should logout.  Please suggest me any idea.  
asked
2 answers
0

I think you would need to override the login listener and do a custom Login Action that asked for active Sessions for the user then killed the active Sessions that are not the current one.

Check out this article. It explains the process.

https://bartgroot.nl/mendix/custom-checks-on-login/

answered
0

Hi Jayashree,

                   Try to create custom login flows for your application. Before going to check the login credentials , add one  more check for LoggedInUser list. I have added the screenshot for this approach. Kindly look into this.

answered