Skip to content

Instantly share code, notes, and snippets.

@ejknapp
Created December 5, 2009 18:50
Show Gist options
  • Select an option

  • Save ejknapp/249804 to your computer and use it in GitHub Desktop.

Select an option

Save ejknapp/249804 to your computer and use it in GitHub Desktop.
//Set cookie policy to accept cookies always
NSHTTPCookieStorage *cookieStorage = [NSHTTPCookieStorage sharedHTTPCookieStorage];
[cookieStorage setCookieAcceptPolicy:NSHTTPCookieAcceptPolicyAlways];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment