I have a requirement to logout the user on browser close or tab close I have tried ... function wireUpEvents() { window.onbeforeunload = function(e) { if ...
確定! 回上一頁