Allen wrote:

> However it looks like embedded browser control and the full blown
> browser don't use the same cookie store.  Is that the case?  I can't
> seem to get cookies from one to be available to the other, in either
> direction.

Yes, that is the case. Cookies are stored in the "profile" directory, which
can only be accessed by one process at a time. So it is basically impossible
to share cookies between firefox and embedded apps at this time, because you
run the serious risk of corrupting the cookie store altogether.

--BDS
_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to