Hi,

Lightstreamer doesn’t provide an out-of-the-box way to get the client the users currently connected to the server (but if you are working server-side with a Vivace edition you can obtain such data using JMX). However the metadata provider (http://www.lightstreamer.com/docs/ad...aProvider.html) gives all the information to support your needs. You can query the methods notifyNewSession and notifySessionClose to know when a session is created or closed. Then you can expose the statistics collected from the metadata by implementing a dedicated data adapter whose updates will be shown by your admin page.

Regards