Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
You can mange this yourself by handling the CurrentUserChanged event (MicroFour.StrataFrame.Security.SecurityBasics.CurrentUserChanged). YOu could create a temp table or something of that nature that prevents people from logging in with the same account more than once. So when the event fires, you can check this table and if the user is already logged in, then lock the session to force them to log back in or close your app. But it can be done, but there is not any native logic to do this.
|