nshttpcookiestorage and session cookie
nshttpcookiestorage and session cookie
- Subject: nshttpcookiestorage and session cookie
- From: Russell Gray <email@hidden>
- Date: Sat, 12 Sep 2009 08:58:43 +1000
I am posingasclass for NSHTTPCookieStorage, and are trying to block
certain cookies.
I have been experimenting with blocking all cookies with following
method:
- (void)setCookies:(NSArray *)cookies forURL:(NSURL *)theURL
mainDocumentURL:(NSURL *)mainDocumentURL
{
return;
}
which works well, except when the cookies are session cookies. All the
session cookies seem to pass through to the NSHTTPCookieStorage.
is there a way to block all cookies, including session cookies?
cheers in advance,
Russell
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden