Prevent multiple login using the same user name and password

Hi,

how to prevent multiple login using the same user name and password?

Example scenario:
Someone log in using John Doe credentials. From different computer another person log in with the same credentials. Is in Camunda option wich allow to us block this second acction or terminate session for both?

If no, can we use custom HttpSessionListener and dedicated Filer implementations in Camunda?