Limit app user active connections

Hi
Does anyone know if it is possible to limit an app user to only have one active connection at a time to a web application?

Welcome to the Anvil Forum

I don’t think there is a straightforward method for it. But you can track a user’s login and logout and use it for checking if he’s already online or not. I will recommend creating a new column called ‘Online’ here. And then set it to True when a user logins in or False when they logout

You can take help from this topic

And once you have implemented this system properly, you can check if the user is online or not.

I hope this clears something up. If not, please let me know.