Home  >  Article  >  Backend Development  >  如何让php实时读时MYSQl变动

如何让php实时读时MYSQl变动

WBOY
WBOYOriginal
2016-06-13 10:13:00774browse

怎么让php实时读时MYSQl变动
情况是这样的,我建立了一个在线统计的表,每次有登录的时候会写入这个表,当前的用户名和登录时间。退出的时候自动删除这项记录。

后台有一项来管理在线用户的

用户 登录时间 操作
123 182.16.12.10 踢线(功能是,删除此用户登录时插入的在线记录)

前台用户那里会判断在线这项记录存不存在,不存在的话,就会退出到登录页面,但是这样要前台用户那里有操作,或者刷新才会退出。

要怎么样才到达到后台踢线后,前台用户立即退出呢?

------解决方案--------------------
服务器删除session
js ajax 获取session 不存在则销毁登录.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn