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
<*> 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.

