scottberry
See the following code:   spreadsheetObj = SpreadsheetNew('Metrics',false); SpreadSheetSetColumnWidth(spreadsheetObj, 3, 10); SpreadSheetAddRow(spreadsheetObj,'Merchant ID,Merchant Name,Return…
in ColdFusion
scottberry
This week I've been working on getting clustering setup for a client. Initially we were using CF10 with the latest patches. Ideally we wanted non-sticky load balancing with session replication. We…
in ColdFusion Server Administration