We are using SuiteCRM 7.2.10 community version for our backend. Can we limit it to a single session per user? We do not have the option to upgrade due to business constraints, so that solution needs to work on the currently installed version.
You can write LogicHook after_login
. Look at the documentation: https://docs.suitecrm.com/developer/logic-hooks/