How can I access runtime configuration options (set in Project -> Settings -> Runtime) in Java? Specifically, I am looking for the allow multiple sessions per user setting.
asked
Rom van Arendonk
1 answers
0
I actually don't think you can get this parameter. There's a Configuration class in the API that provides methods for retrieving configuration. I don't see the specific configuration option you are looking for though.