Hello, I'm currently using Tomcat 8.5.14. I'd like to be able to limit the number of active sessions across the entire Tomcat server. I saw the "maxActiveSessions" value in the Manager configuration component, but that appears to be required to be nested inside a Context object. So that would seem to me that it is only available on a per-application basis. We have other people deploying into our Tomcat instance and we can't depend on them to set this limit properly for their app.
Is there a way to limit these sessions globally, for the entire Engine or Host server? If not, is this something that might be considered for a new feature addition in the future? I'm using the SingleSignOn valve if that helps (or hinders). Thanks, Clark
