asp.net mvc 4 - Session between different browser -


i working in asp.net mvc4 web application using forms authentication. have application user logs in enter application, if user opens application in browser , logs in,and if user opens application in other browser in same system should not allow logged in , give alert message "user logged in different browser". same should happen within same browser in different tabs , in different instance of same browser in user logged in. please give me suggestions.....


Comments