Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个存储在线用户的 mysql 数据库。是否有一种有效的方法可以在一段时间后触发事件以检测非活动用户(将其状态设置为“离线”)?我将用户上次活动的时间存储在表中(TIMESTAMP 值)。
谢谢!
要定期运行 php 脚本,您有很多解决方案:
set_time_limit()
ignore_user_abort()