I'm having the same problem, users staying online unless they logout.
I've checked everything in the forums and it all checks out.
Everything on my site works, activity notifications, mail, conformation emails,
everything except logging out inactive members.
ow_system_plugins/base/bol/user_service.php: public function deleteExpiredOnlineUsers()
{
$timestamp = time() - 30 * 60;
$this->userOnlineDao->deleteExpired($timestamp);
}
My cron is working.
*
*
*
*
*
wget -q -O /dev/null *******.***/ow_cron/run.php
I took out the -q and received this message every minute so I
would think it's working as it should.
--2013-08-10 12:03:01--
http://********.net/ow_cron/run.php
Resolving******* .net... **.***.**.*
Connecting to *******.net|**.***.**.*|:80...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 0
[text/html]
Saving to: `/dev/null'
0K 0.00
=0s
2013-08-10 12:03:02 (0.00 B/s) - `/dev/null' saved [0/0]
Any help here would be great, I'm stumped.