cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict Number of Session and display suitable message

Former Member
0 Kudos

I have 10000 users and I want to restrict the number of concurrent session/logons to 1000 to 2000.

How to do this?

This is possible through admin instance but how?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member316351
Active Contributor
0 Kudos

Hello,

Are you referring to concurrent session by all your users or a single user? If all users you just need to set the MaxSessions to the value, though I would suggest keeping this at the default value of 400 and increasing the number of AGate processes instead if you need to support 1000 concurrent sessions...so 3 AGate processes, each handling 400 sessions for a total of 1200 sessions possible. Note 352136 explains this in more detail. Thanks.

Edgar Chuang

former_member228142
Active Contributor
0 Kudos

Hi,

from your subject ".. and display suitable message" I assume you are not happy with the default error message. You can create you own customized error template. Just copy

templates\system\dm\cantcreatessession.html

to

templates\system\pm\cantcreatessession.html

and change the copy of the template in pm as you like.

Best regards,

Klaus