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
  • Hi Sugarbot,
    Try this,
    global $current_user;
    You will get the current loged in user....

    Thanks & Regards
    Sumit Sahay

  • Hi Sugarbot,

    I don't have the answers to your question but just to give you a hint, you can check how the Tracker Report works.
    Login as admin and in the Home page, add new dashlet.
    Add the Tracker Reports and select Show Active Users.
    The report shows the active users and the time.

    hope it helps.
  • Can you tell me how did you do it?
    I'm using SugarCE and I don't know how to enable Tracker Report

    regards!
Reply Children
No Data