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.
  • I understood, thank you so much!
  • SAME PROBLEM I AM FACING=>>>

    Did anyone get to know how can i track  all active logged in users list of ids..???

    is there any back end queries which may help??

    i want to track session expiry,for that i need active users list of ids.

    PLEASE HELP........................

    Thanks in advance

Reply
  • SAME PROBLEM I AM FACING=>>>

    Did anyone get to know how can i track  all active logged in users list of ids..???

    is there any back end queries which may help??

    i want to track session expiry,for that i need active users list of ids.

    PLEASE HELP........................

    Thanks in advance

Children
No Data