Heim >Backend-Entwicklung >PHP-Tutorial >PHP关闭浏览器触发链接代码

PHP关闭浏览器触发链接代码

WBOY
WBOYOriginal
2016-06-23 14:28:011258Durchsuche

PHP网站遇到的问题是直接关闭浏览器还显示在线状态,只有点击安全退出才会显示离线状态,有没有代码在直接关闭浏览器时自动触发安全退出链接退出登录。就像退弹代码差不多, 退弹网址改成 域名/index.php/user/logout 这样可以用,不过现在的浏览器都禁止弹窗了,还有弹窗给用户的印象本身就不好。

SESSION和COOKIE除外,SESSION和COOKIE我用过,没有成功。


回复讨论(解决方案)

我觉得你可以这样:

浏览器端用ajax每5秒访问一下服务器,服务器端判断5秒内有访问就是在线,否则就认为是断线了

但是要考虑负载问题

不知道你的登陆代码是如何写的,可以贴出来看看。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn