简体   繁体   中英

how to set user status offline when he/she leaves my website

I am working on a website in php. how do we set user status to offline in databse when he leaves website by closing browser without click on logout button.

$(window).bind('beforeunload', function(){
  // Do your AJAX call here to set it to offline
});

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM