I think the "ERROR:1004" is possibly being caused by lag... either server or net lag... I suspect that the idle watcher, a method that cleans up rooms when people don't seem to be "connected" anymore, is at fault. It deletes people from the room_users table if they haven't "pinged" in the last 10 seconds. I've just changed that to 30 seconds and added some additional debugging.
I actually managed to stay in the room all night without getting booted - but I was the only one still there this morning. Hopefully, the 30 second idle threshhold will be sufficient. I wouldn't have to do it at all if the html body onUnload() method were reliable =) http://www.opensourcecf.com/cfopenchat/demo/ Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284908 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

