On my Asp.net MVC site, I want to logout user from the site automatically when I close the tab or browser. I mean when I close the site by closing the tab instead of using logout button. Is there any way to handle closing the tab in mvc, javascript or JQuery?
I have already tried using onbeforeunload and onunload, but it doesn't work!
Thank you in advance.