> Hopefully Adobe will address this problem soon. I'm not the only one raising > this issue. I could not find a solution in my search, but I sure found a lot > of complaints posted about this.
Well, before Adobe can address this problem, the entire HTTP standard for client-server communications would have to be addressed. The corner stone of HTTP is that it is stateless and each and every request-response is separate and intendant. So there are very limited ways for a server to communicate with a client and vice-a-versa which does not allow for servers to push new data to a client after a request-response has been processed. With that said, Adobe has addressed this problem by providing technologies outside of the HTTP standard. Flash - Flex - Air, provide alternate Client-Server communication methods where it is entirely possible to maintain state and easily have the server push information to the client such as this. But if you are unwilling to move beyond the HTTP request-response cycle it is unlikely to happen at least not any time soon. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316972 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

