Is there any way to get the list of currently logged in users in the system? Log

Is there any way to get the list of currently logged in users in the system? Login information parser plugin is not useful as the login-audit.csv file does not have the log-out status. Can we build a servlet filter plugin to achive this? or can we use JBoss to track the open sessions? any ideas?...

OriginalPostID-113347

OriginalPostID-113347

  Discussion posts and replies are publicly visible

Parents
  • i am using Application server and considering the active session count as number of logged in users. it is leading to a false assumption because if the user closes the window the session would still be alive on the server until the session reaches "session-max-alive-time" period.To achieve this can we implement SessionListeners in any way to get the actual count of logged in users?
Reply
  • i am using Application server and considering the active session count as number of logged in users. it is leading to a false assumption because if the user closes the window the session would still be alive on the server until the session reaches "session-max-alive-time" period.To achieve this can we implement SessionListeners in any way to get the actual count of logged in users?
Children
No Data