Re: CGI.servername reliability

2007-01-03 Thread Richard Cooper
Thanks for both your help. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

CGI.servername reliability

2006-12-27 Thread Richard Cooper
Hi all, Is there a more reliable way to determine the domain name than using CGI.server name? Specfically, I have multiple domain names pointing to the same folder via IIS and would like to determine which one is in use. I have noted that not all interent users provide the CGI variables which

RE: CGI.servername reliability

2006-12-27 Thread Dave Watts
Is there a more reliable way to determine the domain name than using CGI.server name? Specfically, I have multiple domain names pointing to the same folder via IIS and would like to determine which one is in use. I have noted that not all interent users provide the CGI variables which

Re: CGI.servername reliability

2006-12-27 Thread Qasim Rasheed
cfdump var=#getPageContext().getRequest()# / will give you an alternative to almost all CGI variables provided you are using CFMX 6 and later. HTH Qasim On 12/27/06, Dave Watts [EMAIL PROTECTED] wrote: Is there a more reliable way to determine the domain name than using CGI.server name?