Logged in another browser session?

hi. I have a requirement that users must be able to open multiple browser sessions of same app.
is there a way to determine if user is already logged in another session, and if yes - bypass login and mfa. is that even possible? thank you.

There is no built-in feature in Auth0 that prevents multiple logins from different sessions or allows you to bypass login and MFA if the user is already logged in another session

However, there are some possible workarounds that you can try:

Hope this helps