Author Topic: Number of user  (Read 3306 times)

Offline ihab mishriki

  • Newbie
  • *
  • Posts: 6
Number of user
« on: March 31, 2014, 04:35:45 AM »
How i can check the number of user using the system at anytime .

Offline ihab mishriki

  • Newbie
  • *
  • Posts: 6
Re: Number of user
« Reply #1 on: March 31, 2014, 04:40:24 AM »
in other word i want to know how many user is online :)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,899
    • SKaero - Custom Roundcube development
Re: Number of user
« Reply #2 on: March 31, 2014, 05:21:33 AM »
If you want to know the number of people on Roundcube you could try querying the Roundcube session table. If you want something fancier you could add some sort of analytics software.

Offline ihab mishriki

  • Newbie
  • *
  • Posts: 6
Re: Number of user
« Reply #3 on: April 01, 2014, 07:48:54 AM »
thanks for your answer but another question about the session table
but is the user do not log out and just close the tab the session closed or what ??

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,899
    • SKaero - Custom Roundcube development
Re: Number of user
« Reply #4 on: April 01, 2014, 02:22:13 PM »
Sessions are still in the database if someone doesn't logout but you can check the date/time the session was last changed to get a better idea if its still active. Again if you want something more precise you should looking to adding analytics software.

Offline ihab mishriki

  • Newbie
  • *
  • Posts: 6
Re: Number of user
« Reply #5 on: April 02, 2014, 07:08:55 AM »
Thanks a lot for ur answers :)