Re: [flexcoders] Http login to a server from Flex client

2009-02-11 Thread Jeffry Houser
The most common way is to have a facade class on the remote server that handles the sessions; and after login that facade sends you back some session key you can pass with each request. Additionally, it appears that the Flash Player will send cookies set on the same domain as part of the rem

[flexcoders] Http login to a server from Flex client

2009-02-11 Thread hworke
Hello all, My application scenerion is this: My desktop flex client needs to access a third party application. Which I can easily do with an Http login (providing the login/password and accessing whatever page I want to access through a single URL). However what I am not able to d