Re: How to force WebView to use a separate NSHTTPCookieStorage ?

2011-12-01 Thread Keary Suska
On Nov 30, 2011, at 9:23 AM, Ben wrote: > On 30 Nov 2011, at 15:22, Keary Suska wrote: > >> On Nov 30, 2011, at 7:48 AM, Ben wrote: >> >>> On 30 Nov 2011, at 14:24, John Joyce wrote: >>> On Nov 30, 2011, at 8:11 AM, Mike Abdullah wrote: > On 30 Nov 2011, at 12:00, Ben wrote:

Re: How to force WebView to use a separate NSHTTPCookieStorage ?

2011-11-30 Thread Ben
On 30 Nov 2011, at 15:22, Keary Suska wrote: > On Nov 30, 2011, at 7:48 AM, Ben wrote: > >> >> On 30 Nov 2011, at 14:24, John Joyce wrote: >> >>> >>> On Nov 30, 2011, at 8:11 AM, Mike Abdullah wrote: >>> On 30 Nov 2011, at 12:00, Ben wrote: > I am writing an app which op

Re: How to force WebView to use a separate NSHTTPCookieStorage ?

2011-11-30 Thread Keary Suska
On Nov 30, 2011, at 7:48 AM, Ben wrote: > > On 30 Nov 2011, at 14:24, John Joyce wrote: > >> >> On Nov 30, 2011, at 8:11 AM, Mike Abdullah wrote: >> >>> >>> On 30 Nov 2011, at 12:00, Ben wrote: >>> I am writing an app which opens up multiple WebView's of the same web site. The pro

Re: How to force WebView to use a separate NSHTTPCookieStorage ?

2011-11-30 Thread Ben
On 30 Nov 2011, at 14:24, John Joyce wrote: > > On Nov 30, 2011, at 8:11 AM, Mike Abdullah wrote: > >> >> On 30 Nov 2011, at 12:00, Ben wrote: >> >>> 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 alre

Re: How to force WebView to use a separate NSHTTPCookieStorage ?

2011-11-30 Thread John Joyce
On Nov 30, 2011, at 8:11 AM, Mike Abdullah wrote: > > On 30 Nov 2011, at 12:00, Ben wrote: > >> 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

Re: How to force WebView to use a separate NSHTTPCookieStorage ?

2011-11-30 Thread Mike Abdullah
On 30 Nov 2011, at 12:00, Ben wrote: > 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

How to force WebView to use a separate NSHTTPCookieStorage ?

2011-11-30 Thread Ben
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