Hello, I am writing an application that is tracking the results arriving from various selected stations (230 of them). My application will dynamically displays only stations for which results have been received. I plan to have my page refresh every 5 minutes to update the results list.
Now based on results received I will update a report page, so I need to set a variable that changes every time my query result set changes and then I will pass this new value to the report page for processing. I am confused about how to treat this variable. Should I use set it as a cookie or a session variable? (but it could change many times during the session)? TIA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:313035 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

