Francis Turner <[EMAIL PROTECTED]> writes:

> Tusar K. Nayak wrote:
> 
> > hi,
> > I use that.. but it doesnt save the cookie information
> > in the file.. i think thats why its unable to send the
> > cookie information..
> >
> Ahhh I had a problem like that also once. Try
> $ua->cookie_jar(HTTP::Cookies->new(file => "lwpcookies.txt",
>                            autosave => 1, ignore_discard => 1));
> 
> I believe its the autodiscard that stops it working.

Do you have any concrete examples where 'ignore_discard' is needed?
Perhaps there is some bug that needs fixing.

--Gisle

Reply via email to