As of WS Version 1.2.296 and Server Version 3.5.523, a new system variable has been added; _sessioncount. This system variable returns how many sessions/connections are open in SAP. The number will increment when a new session or connection is opened, regardless of username or system ID.
LiquidUI Code:
title("Session Count: "+_sessioncount);
see attachments..