How to get currently Logged in users list?

Hi All,

I am wondering how can I get the List of currently Logged in users?

Is there any way to figure it out? I was looking into tracker table but didn't get any luck so far.

Any hints or suggestions are highly appreciated.

Environment Details:
Sugar Professional Edition 6.5.14 (Build 1055)
PHP Version 5.3.10

Regards,
Sagar Salunkhe
Parents Reply
  • Hello,

    You can user your session id to track every logged in users to application.

    Tracker table contains session id Right?

    At the time of logged in, you can save session id of current user to session dir. of CRM. If user logged out from app. then deleted that file too. Then you can use those session id to get user id and their username also.

    Or you can add logged-in flag in tracker table to track logged-in user.

    Thanks,

Children
No Data