When i login with user A login credentials in one web browser(chrome) and run my application,and then i login with same user in another browser(Firefox). How to automatically force previous web browser(Chrome) session expires using form authentication in ASP.NET?
Thanks in Advance.