Yes it is read at every request. For example, the navigational menu for every site is different, so the params XML file will have to be read every request to see what the menu items are. The only thing I store in a session variables is an ID identifying the site.
George On 4/12/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Wednesday 11 Apr 2007, George Abraham wrote: > > 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, > > Err, right. > So you're not reading it at every request (like your first post said) ? > > -- > Tom Chiverton > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275065 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

