Max Concurrent Users

0
Hi, The max no of concurrent users as per our current mendix applictaion licence is 50. Frequently we are getting issues when users try to login to the mendix applictaion. This is what the error log shows:-  LdapLogin FAILED: error while checking login: Maximum number of users was exceeded, this license allows 50 users for limitation type 'CONCURRENT' Is there a way to increase the limit of concurrent users? Thanks, Aravind
asked
3 answers
1

The answer in this post explains what setting you need to adjust: https://forum.mendix.com/link/questions/86069

Regards,

Ronald

 

answered
0

I might not be an expert at this, but from what I see is that, users who logs in, are not correctly loging out. So the sessions reserved for users who have logged in is not getting freed. And this reduces the amount of free sessions for the users who newly logs in.

Try creating a timeout, and force a logout after a certain time of inactivity.

Hope this helps

Dilan

answered
0

You might also find this document helpful. These are settings that could be added to the service console to free up connections when not being used.

 

https://github.com/mendix/m2ee-tools/blob/master/examples/full-documented-m2ee.yaml

 

 

answered