Hi Friends,
I am developing an web application in Servlet, My question is
if a person login to my application with user id(abc) and password(123456), if somebody tries open in same time with login with same user id(abc) and password(123456), my application should not allow him.
How can to do in servlet.
Thanks in Advance.
Santosh
