Hi,
We're trying to find a way to prevent multiple simultaneous sessions for the same user — specifically when accessing the server via the HTTP FileManager.
We've already tested the Max. connections per user setting, but it appears not to apply to HTTP-based logins. In practice, a single login opens several simultaneous connections, and the FileManager remains accessible even if those connections are closed.
Is there any recommended way to detect or block concurrent logins for the same user?
For example:
We’d really appreciate guidance on the best approach to handle this.
Thanks and sorry for my poor English.