User 1 is currently logged in on a workstation and performs a session lock (F11). User 2 enters their login credentials in the locked session and becomes the active user. What happens to user 1, are they logged out?
- Can I prevent this from happening by adding code somewhere? I only want to allow the original user access to the locked session, (except for maybe the administrator or security admin). My menu is built based on user permissions and I am having problems because user 2 should see some of the menu options available to user 1.
Thanks
Tim
If you'll notice, the method below has the same signature as the highlighted area of the above image. The method name does not matter. You could call it TimsMethod as long as the signatures are the same.