Re: Is it possible for a WebView to not share sessions with Safari on Mac OS X?

2015-02-07 Thread Juanjo Conti
I'm using the one described in this article: http://cutecoder.org/programming/implementing-cookie-storage/ I seems to kind of work, but some sites like gmail aren't working ok, complaining the user is not logged in, after it is logged in and mails are shown. Have anyone used this implementation?

Re: Is it possible for a WebView to not share sessions with Safari on Mac OS X?

2015-02-06 Thread Mike Abdullah
> On 6 Feb 2015, at 14:41, Juanjo Conti wrote: > > I'm using 10.9 and they do share. > > Do you know if a screen saver can be sandboxed? My understanding is screensavers get loaded as a plug-in/bundle into another app by the system, so it’s up to that system program to be sandboxed or not. I

Re: Is it possible for a WebView to not share sessions with Safari on Mac OS X?

2015-02-06 Thread Juanjo Conti
I'm using 10.9 and they do share. Do you know if a screen saver can be sandboxed? On Fri, Feb 6, 2015 at 11:36 AM, Mike Abdullah wrote: > > On 6 Feb 2015, at 14:30, Juanjo Conti wrote: > > At the moment if I open, for example, "gmail.com" in a WebView, and I'm > logged in (in that site) when I

Re: Is it possible for a WebView to not share sessions with Safari on Mac OS X?

2015-02-06 Thread Mike Abdullah
> On 6 Feb 2015, at 14:30, Juanjo Conti wrote: > > At the moment if I open, for example, "gmail.com " in a > WebView, and I'm logged in (in that site) when I open it in Safari, the > WebView shows me logged in. I'd like the WebView to be independent from > Safaria and shows

Re: Is it possible for a WebView to not share sessions with Safari on Mac OS X?

2015-02-06 Thread Juanjo Conti
At the moment if I open, for example, "gmail.com" in a WebView, and I'm logged in (in that site) when I open it in Safari, the WebView shows me logged in. I'd like the WebView to be independent from Safaria and shows the login form. After logging in using the WebView, I'd like to save that session

Re: Is it possible for a WebView to not share sessions with Safari on Mac OS X?

2015-02-06 Thread Mike Abdullah
> On 6 Feb 2015, at 14:15, Juanjo Conti wrote: > > As a first look it seems that no. Or, at least, the default behavior is to > share sessions but I'd like to find the way around this. Any ideas? Any > approach I can try? > > I now that in Cocoa Touch the default is the opposite. Can you clari

Is it possible for a WebView to not share sessions with Safari on Mac OS X?

2015-02-06 Thread Juanjo Conti
As a first look it seems that no. Or, at least, the default behavior is to share sessions but I'd like to find the way around this. Any ideas? Any approach I can try? I now that in Cocoa Touch the default is the oposite. -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engin