Hi guys,

Can anyone tell me how I can use HTTPPOST to successfully send http cookies to a website?

My Android app uses a website as a server. The website is a CMS and via the app I am able to create a user and sign him into the website. All that works fine.

The problem is I am trying to make the connection between Android and website persistent. From my reserach, it seems I can only do that by sending the cookie information I recieve back to the site

If I am mistaken I would appreciate any correction.

Please help!