1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 01:51:31 +02:00
Files
php-phpbb/phpBB/phpbb
rxu 33dfaa478c [ticket/16470] Further do not rely on session_time displaying user activity
session_time has not been updated during session_length, so relying on it last
activity data will be incorrect, especially if session_length value is high.
Thus rely on regular and properly updated user_lastvisit.
Remove user_lastvisit vs with session_time sync for the same reason.
Also get rid of the session_last_visit field as it floats between
user_lastvisit and session_time and actually is meaningless.

PHPBB3-16470
PHPBB3-14173
2023-06-22 13:09:51 +07:00
..
2019-12-25 17:40:59 +01:00
2020-12-31 14:50:28 +01:00
2020-12-31 14:40:14 +01:00
2020-12-31 14:50:28 +01:00