Ok, so it might not be cookies after all.
Code: Select all
WHERE t.topic_last_post_time > ' . $user->data['user_lastvisit']
So the users table should be updated with the users last visit time and that is used for the search.
It does look like there might be an issue.
This is interesting:
PostPosted: Tue Aug 16, 2016 2:42 am
Last visited: Fri Aug 12, 2016 6:57 am
So it appears that the users "Last Visited" time is not being updated?