Make sure that the app doesn't block multiple concurrent sessions, either locally or remotely. The app must not depend on ...

Make sure that the app doesn't block multiple concurrent sessions, either locally or remotely. The app must not depend on global mutexes or other named-objects to check for or block multiple concurrent sessions. If the app can't allow multiple concurrent sessions per user, use per-user or per-session namespaces for mutexes or other named-objects. See link below for more information: