Author Topic: System Variable: _sessioncount  (Read 2000 times)

chirag.amin@guixt.com

  • GuiXT Forum
  • Newbie
  • *
  • Posts: 34
    • View Profile
System Variable: _sessioncount
« on: September 27, 2016, 12:17:06 PM »
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..