- UI method:
Go to , locate Session.maxConcurrent, and set a value as needed.
- CLI method:
- Run the
QueryGlobalConfig name~=sessioncommand. 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" } - If you want to change the value to 1000, run the following command:
UpdateGlobalConfig category=identity name="session.maxConcurrent" value=1000
- Run the
How do I change the number of concurrent logins in ZStack? Print
Created by: ZStack Support
Modified on: Mon, 28 Mar, 2022 at 10:24 AM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.