Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
You can save off the current user in the BeforeSessionLock event. In the AfterSessionLock event you can test to see if the same user has been entered. If not, you can show a message indicating that the same user must be logged back in and then show the login form again.
|