Re: LWP and cookies
The Saltydog <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
On 29 Aug 2005 02:58:27 -0700, Gisle Aas <[email protected]> wrote: > Which should work fine. I suggest you try a network sniffer program > (like ethereal) to figure out what is different when the brower talks > to the server than when LWP does. From ethereal's analysis I can see that cookies are correctly sent. The difference I can notice is on a "Connection:" field which from the web is: keep-alive, while from LWP is: close... What does it mean?