Hi all I´m moving along with my Android/App engine proxy, but I´m now having some cookie issues. I have a HttpClient on my Android client, which handles the login for my application. Since the login is to a third party over whom I have no control, I just store the session cookies in my HttpClient.
Since some fetches after login requires a lot of computation before being displayed to the user, I´m using App engine as a proxy to handle the computational intensive tasks. But some of these tasks still require the client to be logged in. So my question is: How can I get the cookies from my HttpClient into the Restlt resource, and then on to the server ? Is it possible to reuse my HttpClient with the Restlet resource? Or would I have to extract the cookies from the HttpClient and put them into the resource somehow ? -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Send-Cookies-fr-n-HTTPClient-to-server-with-restlet-tp6187076p6187076.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2712549

