8
I am having a similar problem, but Guests are not showing up in the "Who's Online" block at all, only registered users.
This site doesn't have a ton of users(probably just 1-5 at a time), so I tried the:
if (mt_rand(1, 100) < 11) {
$online_handler->gc(300);
}
hack, but that didn't seem to do anything for me. Anyone know what may be going on? I am using XOOPS 2.0.13.2
Thanks!