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

  • Sumit,

    Thanks for your response.

    I guess you got it wrong. I don't want current logged in user details. 

    As being admin, I want to know how many users are currently logged in into my application and their respective User names.

    Regards,
    Sagar Salunkhe
Reply
  • Sumit,

    Thanks for your response.

    I guess you got it wrong. I don't want current logged in user details. 

    As being admin, I want to know how many users are currently logged in into my application and their respective User names.

    Regards,
    Sagar Salunkhe
Children
No Data