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 Reply Children
  • 0
    Certified Lead Developer
    in reply to Mahesh Sanga
    Hi Eduardo,
    Thanks.
    Is there any way to achieve it through public API or reading log file. We have done analysis of login audit but that doesn't give information about when user have logged out. Also done analysis for site usage but again, if i am available but haven't clicked on site, it makes me clue less about users status.
    Where as in admin console--> current user activity have details even user has clicked on any link on admin, designer, tempo or site.
    Is there any way to achieve the same.