My project is ASP.NET with C# Web Form. My web page will open another web page by window.open. But I switch the new page on Google Chrome, the original web page with countdown will be trigger idle event. The idle event will run my logout mechanism and redirect to login page. How can I prevent switching web page to trigger idle event?