How to force WebView to use a separate NSHTTPCookieStorage ?
How to force WebView to use a separate NSHTTPCookieStorage ?
- Subject: How to force WebView to use a separate NSHTTPCookieStorage ?
- From: Ben <email@hidden>
- Date: Wed, 30 Nov 2011 12:00:40 +0000
I am writing an app which opens up multiple WebView's of the same web site. The problem I'm having is that the website detects that I already have a page open and closes the previously opened page.
So I'm presuming that the method by which it is detecting identical pages is via cookies, and if I can make each WebView use a separate NSHTTPCookieStorage rather than the normal shared singleton, I think I might solve the problem.
Does anyone have any ideas how I would achieve this?_______________________________________________
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