We're trying to use cgi.auth_user to authenticate a user, but frequently the value is returned blank. After several refreshes it will finally be returned. We're running CF8/IIS - any ideas?
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…