Quote:
Originally Posted by ethics
|
You're right in that I don't see the error message, but that's most likely because the other guests who seem to be online in the Who's Online, haven't really been active in the past few seconds (so who aren't really actively browsing your forums at the moment.)
If you want, you could open up global.php, and find
PHP Code:
$datecut=time()-5;
Replace it with
PHP Code:
$datecut=time()-$cookietimeout;
Then it will work the way you wanted it to