Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mus'ab 158 posts 387 karma points notactivated
    Feb 03, 2020 @ 15:53
    Mus'ab
    0

    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?

  • Mus'ab 158 posts 387 karma points notactivated
    Feb 05, 2020 @ 17:23
    Mus'ab
    101

    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 .

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies