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

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to