Well, this is an application that will be serving multiple websites (with different vHost names.) When a session is initiated with the application, it determines which site it is. Then there are a host of params that are set according to the site. Since these params don't change much, I decided I would cache them periodically in a site-specific XML file and then read that XML file, instead of going to the database to get these params. Yes, the inclusion of the XML file is done in the request initializing code. Does all that make sense? Or am I going about this the wrong way?
Thanks, George On 4/11/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Friday 06 Apr 2007, George Abraham wrote: > > I cannot however set these params in say an application.cfm or any such > > initializing code. > > OOI, why not ? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275008 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

