Re: Sessions in embedded Gecko
Benjamin Smedberg <[email protected]> Wed, 25 May 2011 08:42:58 -0400
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Message-ID | <[email protected]> |
On 5/25/2011 2:30 AM, Darth Coder wrote: > I understand that even in Firefox, the windows launched from the same > instance share the session data, but is there any way to get around > our issue? Basically we want the browser instance in child client > window to open the links in its own session without effecting the > session of the browser in main client window. No, gecko cannot be made to work this way (without launching another process). This is by design, because in general you *want* the same session (new windows in the same webapp usually expect to share a session). --BDS