Skip to content

Instantly share code, notes, and snippets.

@marshluca
Created December 16, 2010 06:33
Show Gist options
  • Save marshluca/743116 to your computer and use it in GitHub Desktop.
Save marshluca/743116 to your computer and use it in GitHub Desktop.
Handle NSHTTPCookieStorage
for (NSHTTPCookie *cookie in [[NSHTTPCookieStorage sharedHTTPCookieStorage] cookies]) {
[[NSHTTPCookieStorage sharedHTTPCookieStorage] deleteCookie:cookie];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment