PDA

View Full Version : Invoking CFC with CGI.auth_user doesnt work


Ne0
07-25-2003, 09:59 AM
hi

:confused:

In FlashMX, i want to display the current logged in user. In the CFC i've put the CGI.AUTH_USER. The CFC gets some user info from a database, based on the current user.

When i invoke the CFC from a CMF file, it works very fine.

When i invoke the CFC in a flashmx application, it doen't work. It returns an empty query.

When i use my username in staid of CGI.AUTH_USER, the flash application works fine.

Who can help?