Clarity

  • 1.  How to know if a user is currently logged-in into clarity

    Posted Feb 08, 2016 04:27 AM

    Hello Every one, how to know if a user is logged in into clarity, I have gone through the table CMN_SEC_USERS where it has column "LAST_LOGGED_IN_DATE"
    I want to know if that user is logged in to Clarity system at a given particular time .
    Suppose if A is a user who has logged in at 3PM and logged out at 5PM and I want to check if he has logged into Clarity system at 4PM like sending any action item or Email to others , Is this possible to get the User status?
    Could you please help me out in achieving this.



  • 2.  Re: How to know if a user is currently logged-in into clarity

    Posted Feb 08, 2016 04:33 AM

    If you want to trace what a user is doing / has done, then the app-access-<<date>>.log files contain quite a bit of useful information ; following a session-id through those files can tell you exactly what pages they were on for example.



  • 3.  Re: How to know if a user is currently logged-in into clarity

    Broadcom Employee
    Posted Feb 08, 2016 05:01 AM

    Hi Santosh,

     

    See if Georgy tip helps you

     

    Clarity PPM Login History

     

    Regards

    Suman Pramanik



  • 4.  Re: How to know if a user is currently logged-in into clarity

    Posted Feb 08, 2016 06:37 AM

    Hi Suman,

     

    CMN_SESSIONS --- stores information of ACTIVE authenticated user sessions only. Moreover the entries get automatically removed either when the user logs out or when the session expires and is cleared by the session cleanup job.

     

    But the table CMN_SESSIONS is not removing the record if the User Logs out from clarity system. I have tried it though I log out from clarity i can see the record from that table. Is it mandatory to run the job "Clean User Session" Job and run the table CMN_SESSIONS.

     

    Regards,

    Santosh