I have a CFC that starts like this
<cfcomponent displayname="EmailAudit" hint="Audit CFMAIL calls and log
results to Database">
<cfset THIS.strDBType= "Oracle80" >
<cfset THIS.strRemoteUser= REQUEST.strRemoteUser >
<cfset THIS.strAppCode= REQUEST.strAppCode >
<cfset THIS.strServIceCode= REQUEST.strServIceCode >
<cfset THIS.strAuditAction= REQUEST.strAuditAction >
<cfset THIS.strParentService= REQUEST.strParentService >
......
Well it fails on REQUEST.strRemoteUser saying not defined. Well if I open
the site where this code is located it is fine since in the application.cfm
I define those REQUEST vars.
Oh. CFCexplorer also fails. So I guess the real question is how do both
DWMX and CFCExplorer handle CFCs.
Thanks
-Kevin Marino
----------------------
Webmaster - HealthObjects
[EMAIL PROTECTED]
410 895 0377
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

