Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: ihab mishriki on March 31, 2014, 04:35:45 AM

Title: Number of user
Post by: ihab mishriki on March 31, 2014, 04:35:45 AM
How i can check the number of user using the system at anytime .
Title: Re: Number of user
Post by: ihab mishriki on March 31, 2014, 04:40:24 AM
in other word i want to know how many user is online :)
Title: Re: Number of user
Post by: SKaero 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.
Title: Re: Number of user
Post by: ihab mishriki 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 ??
Title: Re: Number of user
Post by: SKaero 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.
Title: Re: Number of user
Post by: ihab mishriki on April 02, 2014, 07:08:55 AM
Thanks a lot for ur answers :)