Skip to main content
Michael Borbor
Inspiring
April 16, 2008
Question

Secure CFC

  • April 16, 2008
  • 1 reply
  • 573 views
Hi, I'm currently developing a Flex App powered by Coldfusion, to send data back and forth I'm using remote object invocation, I have like 30 cfc. I wanna know if there's a way to secure the access to cfcs, so my flex app will be the only one to call them. Is there a way to do so?
    This topic has been closed for replies.

    1 reply

    Michael Borbor
    Inspiring
    April 26, 2009

    Yes there's using the cflogin framework, and assigning roles to the CFC and adding the respective logic to the client and server.