I am working on one web application in which i want to make sure that website allow only one login per user at a time on one browser only.It means if a user is logged in from chrome than that user can not log in from internet explorer or any other browser from the same id at a time. If he tries to log in from another browser than a message should be displayed saying he is already logged in from a browser and if he wants to continue in another browser than he should get automatically logout from the first one.
Please suggest code for this in asp.net.