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
  • No, It is not aplugin. it is a basic "Session Listener" for appain, nothing else. will update your db with user's sessions with all required information i.e. session creation + last access time + destroy time and additionally SPRING_SECURITY_CONTEXT value. So, now use this table as base table, do some Java + DB excecise, develop some appian user reporting applciation and thats it.
Reply
  • No, It is not aplugin. it is a basic "Session Listener" for appain, nothing else. will update your db with user's sessions with all required information i.e. session creation + last access time + destroy time and additionally SPRING_SECURITY_CONTEXT value. So, now use this table as base table, do some Java + DB excecise, develop some appian user reporting applciation and thats it.
Children
No Data