• UI method:

    Go to SettingsGlobal SettingsAdvanced, locate Session.maxConcurrent, and set a value as needed.

  • CLI method:
    1. Run the QueryGlobalConfig name~=session command. Then, you will find that the maximum number of allowed concurrent sessions is 500.
      {
                  "category": "identity",
                  "defaultValue": "500",
                  "description": "Max number of sessions management server accepts. \
      When this limit met, new session will be rejected",
                  "name": "session.maxConcurrent",
                  "value": "500"
       }
    2. If you want to change the value to 1000, run the following command:
      UpdateGlobalConfig category=identity name="session.maxConcurrent" value=1000