I am having a
JSP application hosted on a weblogic8.1.My current task is, to implement the blocking of users to login from a different machine without logging out from the previous machine.For authentication I am using OpenLDAP server.My users are in Open ldap.
scenario:If one user logs in to app1 from machine1 and he doesn't logs out,and again he tries to log into the same app1 from machine2 then he should not be allowed to login this time as he had not logedout from machine 1.
any help regarding the same will be heartily acknowledged.