Re: unable to see certain CGI variables :(

2006-05-10 Thread Jason Kirkhart
no one has seen this before, eh? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240066 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4

Re: unable to see certain CGI variables :(

2006-05-10 Thread Ryan Guill
Like Ian said, all coldfusion can see is what the webserver gives it. Also, a simple dump of cgi variables does not give you all of the variables that are available from the webserver, and also note that if you ever do a structKeyExists() or isDefined() on any cgi variable, it will always come

RE: unable to see certain CGI variables :(

2006-05-10 Thread Gaulin, Mark
: Wednesday, May 10, 2006 9:40 AM To: CF-Talk Subject: Re: unable to see certain CGI variables :( no one has seen this before, eh? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240072 Archives: http://www.houseoffusion.com

Re: unable to see certain CGI variables :(

2006-05-09 Thread Jason Kirkhart
Good question. They are both running on the same web server, IIS 5.0. The test server is running on XP Pro SP2. Generally speaking, the copy of my production site works fine in this test environment; this is just the last element that I need to get working before I can feel comfortable with

unable to see certain CGI variables :(

2006-05-05 Thread Jason Kirkhart
I'm running a production box with CF 5 and SiteMinder Affiliate Agent 4.x. When a user authenticates via SiteMinder, I parse #CGI.http_sm_user# to get their username, and connect them with the correct account in my system. On a test system, I'm trying to understand whether I will be able to

RE: unable to see certain CGI variables :(

2006-05-05 Thread Ian Skinner
ColdFusion only repeats the CGI variables given it by the web server. In you ASP and ColdFusion test page, are they running under the same web server? Or do you perchance have the ColdFusion running under it's built in testing web server? -- Ian Skinner Web Programmer

RE: ***BULK*** RE: unable to see certain CGI variables :(

2006-05-05 Thread Jason Kirkhart
with the upgrade. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 2:07 PM To: CF-Talk Subject: ***BULK*** RE: unable to see certain CGI variables :( ColdFusion only repeats the CGI variables given it by the web server. In you ASP and ColdFusion test page