This one took a bit of searching, but if you define this java object you should be able to use the WMI interface in windows to find who is the owner of the current Explorer.EXE process and in that find who is logged in. Not the cleanest method, but…
I am running Coldfusion 8 on Windows with Apache web server. What's the best way for me to access windows network userid in the coldfusion code? With IIS, I can use CGI.AUTH_USER, but this variable seems to be blank in my current setup.
Thanks.
March 26, 2009
Harriett Xing is now a member of ColdFusion Community
There are a communication issues between three technologies together Flex, CF, and .Net. The issue is around null values and how each technology treating it.
Flex support null values for String, Object, and Dates only as far as my knowledge up to Fl…