Lyte
07-17-2006, 12:39 AM
Apologies in advance if this isn't where it belongs. I always seem to put posts the wrong places. :surprised: Anyway...
I'm trying to figure out why it appears as though people are in my site's chatroom when they've actually left hours ago. On suggestion was to go to the config.php file, as in...
public_html/chat//inc/config.php
and then chang this...
'inactivityInterval' => 24*60*60,
to something else. I changed it to this...
'inactivityInterval' => 24*30*30,
but that didn't do the trick. In fact... it still shows ME in there and I've not been there for hours.
Please advise. :)
Thanks!
Lyte
I'm trying to figure out why it appears as though people are in my site's chatroom when they've actually left hours ago. On suggestion was to go to the config.php file, as in...
public_html/chat//inc/config.php
and then chang this...
'inactivityInterval' => 24*60*60,
to something else. I changed it to this...
'inactivityInterval' => 24*30*30,
but that didn't do the trick. In fact... it still shows ME in there and I've not been there for hours.
Please advise. :)
Thanks!
Lyte