Hello,
I need to loop through all active Perspective sessions and check if the currently logged-in user (using self.session.props.auth.user.userName
) is already logged into another session. If the user is found to be logged in multiple sessions, I want to alert them.
Thanks.