This can be solved by creating a custom controller https://cantinhodo.net/2019/08/21/create-a-login-in-umbraco-8-1/ to control the login process, and then we can make a temporary token and save it in the member data as a new property and in a session, then we can compare between them, each login we will update the token, and logout all previous session if they don't match with the token in the member property .
how to logout a member from all browsers in umbraco
Hi
is there any way to logout a member from all browsers ?
or some thing like prevent multi login the same member?
This can be solved by creating a custom controller https://cantinhodo.net/2019/08/21/create-a-login-in-umbraco-8-1/ to control the login process, and then we can make a temporary token and save it in the member data as a new property and in a session, then we can compare between them, each login we will update the token, and logout all previous session if they don't match with the token in the member property .
is working on a reply...