To ensure that our customers really purchase a license per user, we want to set 'max # session per account' to 1 in IAM.
However, this leads to problems in our application, because we also have functionality executed for certain functions via a url call under the user name of the applicationpooluser.
And we notice that it is necessary in our EVO application that the user name of the application pool user needs multiple sessions simultaneously.
So here's the question of how we can achieve this...
Our proposal is, for example, to make it possible to indicate at user level that it may have multiple sessions simultaneously within an application, while for that application it is set that 'max # session per account' is set to 1