Hi,

I created a php page with this script to see who's online:

<?php
if (!defined('UBB_MAIN_PROGRAM')) define('UBB_MAIN_PROGRAM',1);
$style_side="";$tbopen="";$tbclose="";
echo "<table width=\"100%\">";
include("/var/www/vhosts/softrak.com/httpdocs/ubbthreads/cache/online_now.php");
echo "</table>";
?>

I've set the cache time for 1 minute. Evertime I refresh the page I still see the same users online. Even when I am logged out it still shows that I am online. Am I missing something here?

Thanks