Re: setting cookies for firefox programatically

2006-08-25 Thread Nickolay Ponomarev
On 8/18/06, Kapil <[EMAIL PROTECTED]> wrote: I want to set a cookie for firefox from my c/c++ program on windows for a specific website. First, please don't cross-post unless it's appropriate (and your crosspost to dev-mdc was not) and if you do cross-post, send a single message to several grou

Re: setting cookies for firefox programatically

2006-08-18 Thread Niky Williams
Kapil wrote: Hi, I want to set a cookie for firefox from my c/c++ program on windows for a specific website. I am able to do the same in cookies.txt file but It works only if Firefox is closed before updating this file and Started firefox after updating the cookies.txt. but not if any instance

setting cookies for firefox programatically

2006-08-17 Thread Kapil
Hi, I want to set a cookie for firefox from my c/c++ program on windows for a specific website. I am able to do the same in cookies.txt file but It works only if Firefox is closed before updating this file and Started firefox after updating the cookies.txt. but not if any instance is running. pl