On 2010-4-16 2:40, meryl wrote:
> Hi,
> 
> Can you please tell me how does cookies from sites are being stored?
> 1. Are each of time is 1 file? Or all of them is in 1 file?
> 2. Or they are in Database using sqlite?

all cookies are stored in a sqlite file, "cookies.sqlite" in your
profile directory.

> 
> And when does saving cookies persistent to disk happened?
> 1. As soon as HTTP response comes back?
> 2. User loads a new page?
> 3. when user exists the browser?

session-cookies will not be saved.
others are saved by sqlite's api.

> 
> Thank you.
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to