I want to develop a web application. In that I need to implement that the user can't open it in more than one instance in any system. I want to restrict it based on the user and machine. ie. a single user name should be used to login to the application only once at any given time and in a single system the application should not be opened more than one instance.
Can anybody suggest me how to achieve this.
Thanks in advance.