I would recommend using client variables if you want to persist data that needs to be saved even if your session dies.
If there is no consideration for persistent variables then session is a great place. On 5/9/07, Stewart Turnbull <[EMAIL PROTECTED]> wrote: > > The application was originally build prior to the release of CF5 and > therefore we couldn't rely on setting these vars using cfcookie due to the > issues with the cflocation tag. You're quite right though. I should look at > using session variables to store this data. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277412 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

