Summary:
To get information about logged-in users to UMP, you can use either of the following two procedures.
Instructions:
Simply navigate to your UMP server using this URL:
http://<UMP>/jsp/get_sessions.jsp
Or run following SQL query:
SELECT session_id, user_id, remote_addr, login, logout
FROM umpSession