how long does a RestAPI user connection last?
We have a customer creating an app to access the RestAPI of EPPM. The DB server resources seem to be impacted gravely, so they investigated and find out several connections (over 30) remain active in the database for the user assigned to consume the RestAPI.
My question is: after the connection is closed (from the 3rd party app) how long does it take to be actually closed in the DB, the company policies are alerting every time there is a P6 user logged in more than once (using the query SELECT count(DISTINCT user_id) FROM USERENG). Basycaly they want to make sure the connection is closed before they open a new one