Please Log in or Create an account to join the conversation.
The last online field just notes when they logged in via the lastvisitdate. It does not take into account the session lifetime. The online status field will show if they're actually online or not by checking their session.Even after this time, the CB 'Who's online' module is still showing the user as being online. The users profile shows the user as 'Last Online' - 'about 8 hours ago'
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Then you'll probably also need to check if that're logged in via subquery to the sessions database table in addition to the lastvisitDate check. The below Advanced Filter causes the userlist to show only users that are online.I would like 4 hours from the last time they clicked on something (if this is available). So if they logged in 5 hours ago, but were using the site for a couple of hours then they would be included.
Please Log in or Create an account to join the conversation.