Managing HTTP Cookies on iPhone

NSURLConnection gives you cookie management for free. From the URL Loading System Programming Guide: The URL loading system automatically sends any stored cookies appropriate for an NSURLRequest. unless the request specifies not to send cookies. Likewise, cookies returned in an NSURLResponse are accepted in accordance with the current cookie acceptance policy.