I mention it because I'm pretty sure the CFC method names and service names would be visible to a decompiler and thus, visible to any user who stumbles across the Flex Admin system or has just simple access to the Login screen, if the login is part of the overall Admin SWF.
Ultimately, my MXML will be a CFM page and I was going to only show the Flex SWF if the session is valid, otherwise, kick them back to the sep. login page.
Any thoughts?
Dave
On 5/25/05, Indy Nagpal <[EMAIL PROTECTED]> wrote:
Hi Dave:
Here is my setup, I don't know if this helps.
I have a CF application where users need to login. Once they
successfully plug in their username and password, their session is
setup (I'm using jessionid). I have a cfc (with relevant functions for
login/logout) that is used for authenticating users and setting up
session.
I call that cfc as remoteobject, firing the login function in the cfc,
passing it the username and password. If the login is successful, the
session for the user is setup and all is sweet. I can access the
user's session info through the same cfc (i have a function that
returns their session structure Flex. And my Flex code can then look
at the session object of the user and do what it needs to.
I think the key for you would be to get jsessionid going, along with
using functions within a cfc to validate the user and return user's
session (or any other value that you want to return to flex).
Indy
On 5/26/05, dave buhler <[EMAIL PROTECTED]> wrote:
> Hi Indy,
>
> I understand setting up perhaps the username and password as a session
> variable.
>
> Can you show me an example of how you are passing over the username and
> password in the remote object? I can see adding it as something like the
> following on each request:
>
> service.getKittens(loginVO,kittensVO)
>
> ...but was wondering if there was another method that is used directly with
> the remote object configuration.
>
> Dave
>
> On 5/24/05, Indy Nagpal <[EMAIL PROTECTED]> wrote:
> > Hi Dave:
> >
> > I've never tried using RemoteObject with cflogin, but RemoteObject
> > works very nicely with CF session variables, so it should be able to
> > pass that information to your application. To get it to work with
> > session variables, I was using CF and Flex on the same server, and had
> > turned on jsessionid (in CF Admin).
> >
> > Indy
> >
> > On 5/23/05, dave buhler <[EMAIL PROTECTED] > wrote:
> > > Does the RemoteObject permit the passing of a username and password to
> a
> > > CFLogin tag? I want to create an instance of NetConnection and include
> > > setCredentials(username,password) to pass over to my
> remote
> > > object for a valid user check on each request. If it's not supported in
> > > Flex, does anyone have any suggestions so that we can ensure a valid
> > > username and password is part of each remote CFC request.
> > >
> > > Best,
> > > mx.controls.Alert.show('Dave')
> > >
> > > ________________________________
> > > Yahoo! Groups Links
> > >
> > >
> > > To visit your group on the web, go to:
> > > http://groups.yahoo.com/group/flexcoders/
> > >
> > > To unsubscribe from this group, send an email to:
> > > [EMAIL PROTECTED]
> > >
> > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
>
> ________________________________
> Yahoo! Groups Links
>
>
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/flexcoders/
>
> To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

