Skip to main content
January 15, 2014
Question

adminapi and cflogin

  • January 15, 2014
  • 0 replies
  • 489 views

Hello,

I'm trying to invoke the adminapi component, but when I do it overwrites my getauthuser() and logs me out of my application.

How can i invoke the .login and user my existing cflogin credentials?

I was hoping something as follows would work, but no luck.

adminObj = createObject("component","cfide.adminapi.administrator").login(getauthuser());

Does this mean I can only use this component outside of an application?

Any help is appreciated.

Thanks

This topic has been closed for replies.