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 back true, but if it doesnt exist the value will be
an empty string.

The variable you are talking about, http_sm_user is a custom cgi
variable that must be being handed to the webserver from your
siteminder software.  Then when coldfusion is trying to ask for it,
the webserver gives it to coldfusion.  If there is a breakdown
somewhere, it is with the relationship of siteminder to your webserver
(iis).  Coldfusion is removed from the equation alltogether as far as
I know.

So if you aren't seeing it, I would look to make sure siteminder is
installed on your test machine and set up correctly.  That would be
the first place I would look anyway.

On 5/10/06, Jason Kirkhart <[EMAIL PROTECTED]> wrote:
> no one has seen this before, eh?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240068
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to