Re: Separate WebViews?
Re: Separate WebViews?
- Subject: Re: Separate WebViews?
- From: Jens Alfke <email@hidden>
- Date: Mon, 28 Sep 2009 22:16:53 -0700
On Sep 28, 2009, at 1:49 AM, charlie dropbox wrote:
I was looking around for cookie state or some separation of data
sharing between WebViews.
There's a singleton NSHTTPCookieStorage object that you can use to
interact with cookie storage. But the design is such that there is one
single set of cookies shared by all WebViews, and actually by all apps
that use the NSURLxxx classes or CFNetwork. In short, I don't think
you can have two WebViews with different login states at the same time.
—Jens_______________________________________________
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