[flexcoders] My authentication help

2006-07-12 Thread Nick Collins
I saw someone else posting about having custom authentication, but my issue is a bit different. I have an authentication script done in CFMX7 that seems to be working on the coldfusion side. Essentially it checks to see if the user is valid, if yes, it looks up the role they are assigned and

RE: [Junk E-Mail - LOW] [flexcoders] My authentication help

2006-07-12 Thread Shannon Hicks
Can we see the CFC? Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nick CollinsSent: Wednesday, July 12, 2006 9:18 AMTo: flexcodersSubject: [Junk E-Mail - LOW] [flexcoders] My authentication help I saw someone else posting about having custom

Re: [Junk E-Mail - LOW] [flexcoders] My authentication help

2006-07-12 Thread Tom Chiverton
On Wednesday 12 July 2006 15:31, Shannon Hicks wrote: Can we see the CFC? Shannon could also turn on the flex gateway debug (bottom of the services xml file) and double-check what is coming back. IIRC, return bools from CF appear as strings in AS. -- Tom Chiverton

Re: [Junk E-Mail - LOW] [flexcoders] My authentication help

2006-07-12 Thread Nick Collins
PROTECTED] wrote: Can we see the CFC? Shan From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Nick CollinsSent: Wednesday, July 12, 2006 9:18 AMTo: flexcodersSubject: [Junk E-Mail - LOW] [flexcoders] My authentication help I

Re: [Junk E-Mail - LOW] [flexcoders] My authentication help

2006-07-12 Thread Nick Collins
Ok, so CF returns booleans as strings... so how might I go about converting those strings back to booleans in the AS code?On 7/12/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 12 July 2006 15:31, Shannon Hicks wrote: Can we see the CFC?Shannon could also turn on the flex gateway