Skip to main content
Inspiring
May 9, 2008
Question

where is the variable set?

  • May 9, 2008
  • 2 replies
  • 287 views
The form when the submit button is hit cfinvokes the security.cfc passing it arguments made from form fields (form not shown for brevity). The cfinvoke sets(is that the right way to say it?) a return variable called authenticated from the authenticated method of the security.cfc

It works fine but I can´t donderstand why if the cfreturn tag sends back checkAuthentication.username why returnVariable="authenticated" works? Thanks for any explanation



This topic has been closed for replies.

2 replies

Inspiring
May 10, 2008
ok I understand now thank you Dan!!
Inspiring
May 10, 2008
The name of your return variable has nothing to do with the variable names inside your function.