How to logout from multiple tabs asp.net application ?
I have a Asp.Net application. I want to logout from all opened tabs if i leave the screen idle for some interval. I am already using Jquery IdleTimeOut plugin but i am seeking for some better way to achive it. Problem with jquery idletimeout plugin is, we would require to add extra plugin files that i don't want.