In Domino, when a user logs in with username/password through HTTP (Web Access), a session gets generated. But we want to restrict multiple logins with same Username/password. How this can be achieved?
Subject: Quick solution
The quickest and easiest way is not to share the password. Shared logins are extremely bad practice and rarely a necessity.