Maximum number of simultaneous connections

Hi,

I have a question: Is there a threshold on the number of simultaneous connections per user?

I would like to understand if there is a maximum number of simultaneous accesses allowed with a single account. For example, I would like to avoid dozens of people entering simultaneously with the same account.
Thanks

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.

Same question.
Would be a very helpful option.

You can perhaps do something on the webserver-level and limit the connection per IP. If it is just for monitoring, you can analyze your logfiles.

On your personal page, you can see all active sessions, so there should be a way to realize something to limit the number of active sessions per user. But there is nothing implemented so far. I’m not sure how efficient it is because you still create a connection and block some resources. And false positives could be an issue when sessions are not closed properly.