Hi,
In my web application, I use an exit button which runs session.abandon to close the session and then close the browser.
It does not work with multi-tabs in IE. If I open my application in two tabs, I click on the exit button in one tab which abandons the session and close the tab. But the application in another tab can still work.
Is there any way to close the session for this application in all the tabs?
Thanks
In my web application, I use an exit button which runs session.abandon to close the session and then close the browser.
It does not work with multi-tabs in IE. If I open my application in two tabs, I click on the exit button in one tab which abandons the session and close the tab. But the application in another tab can still work.
Is there any way to close the session for this application in all the tabs?
Thanks
Comment