What would be a good way to limit the number of simultaneous users access into the system, say for user license purpose?
I used the SC auto generated security feature and it has a very good control on user login. However, I am trying to limit the number of simultaneous login to my system.
I tried to use the sec_UserGroupLogged table to limit the count of the records to say less than or = 5, however, I later realized that if the users do not logout properly and just quit the system by clicking the browser’s close button (x), the record of the user login would just hang inside the sec_UserGroupLogged table until the next time the user logs in again… Due to this, I am unable to use the record count to limit the number of simultaneous users to my system.
Any ideas?
Help please… thanks
GT