Multiple sessions pilled up

0
Hi All, I am working on an application that is created on 7.23.6 and have a web service that is used to flow data out of Mendix . Now our Users are calling that webservice to get data from Mendix and what we observed is multiple sessions of that job are getting pilled up . Can anyone help me what can be the possible reason behind this and how can we resolve this issue   
asked
2 answers
0

You might want to check out the release notes of 7.23.15 : https://docs.mendix.com/releasenotes/studio-pro/7.23#72319

Furthermore you should upgrade to 7.23.19 at least because of vulnarability issues in version prior to this one.

Regards,

Ronald

 

answered
0

A drastic measure would be only to allow 1 session per user. 
https://docs.mendix.com/refguide/project-settings#multiple-sessions

But what you actually might be looking for is an API manager/ESB with rate limiting capabilities.

answered