NSURLConnection Without NSHTTPCookieStorage
NSURLConnection Without NSHTTPCookieStorage
- Subject: NSURLConnection Without NSHTTPCookieStorage
- From: Michael Tsai <email@hidden>
- Date: Wed, 9 Aug 2006 18:02:09 -0400
I'm using NSURLConnection to fetch a URL over HTTP. When it does
that, I see (in ObjectAlloc) that it instantiates the shared
NSHTTPCookieStorage, which uses about 500K of RAM on my machine. Is
there a way to prevent it from doing this, since I know I won't be
needing the cookies? I've tried calling:
[request setHTTPShouldHandleCookies:NO]
on the URL request, but that doesn't help.
--Michael
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden