Count user connect

If any way to count user using the webapp

App.SessionCount will give you the number of concurrent sessions. This does not consider users that have more than one window open though.

Thanks