Skip to main content
Version: v7

KB: 2017

How to manage maximum concurrent connection?

Problem Statement

The client want to manage maximum concurrent connection on the listener level.

Solution

The above requirement can be achieved by specifying maximum concurrent connection option under listener in Haltdos SLB.

  1. Login into Haltdos console.

  1. Go to Apps > SLB > listener > listener settings.

  1. Client has to manage the maximum concurrent connection by using session cookie,maximum concurrent user sessions and taking appropriate action against the maximum session exceeded action.

  1. In the above picture, we are using a sample configuration to showing the result.

  1. In above steps, we are configuring maximum concurrent user session = 1, which means that user will have one user session if someone tried for another user session then the maximum session is exceeded and the user request will be drooped on the basis of action mentioned(drop) in configuration.