On 7/31/07, Dinner <[EMAIL PROTECTED]> wrote: > I don't know how hard to code it would be, but you could do an > "away" at 30, and a boot at a minute or so.
The chat app hits the server every 2 seconds, whether you're typing stuff or not. Ajax is a terrible solution for chat for this reason. =) That being said.. even if you're not typing anything, you're not "idle" because the javascript in your browser is still hitting the server every 2 seconds. So the 30 second idle timeout actually only applies if your browser has crashed, or your internet connection has died, and you haven't "pinged" the server in more than 30 seconds. I fixed some bugs yesterday and I think it's getting pretty stable. http://www.opensourcecf.com/cfopenchat/demo I'm going to try to stick it on my server here at work sometime soon and make sure it still works in SQL Server and then maybe make another release package. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285055 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

