At our company  we have been using libwww-perl intensily. Sometimes a GET 
or POST does not work. Generaly the parameters are not OK, missing or 
wrong. Sometimes I have to set the cookie manually 
($ua->cookie_jar->set_cookie). But the LWP::UserAgent automatic cookie 
handling never gave us trouble. It really works.

At 09:24 15/5/2002 +0001, you wrote:
>Hi,
>I am busy making a program to get everything from a website
>which is using cookies. When I use $ua->cookie_jar($cookie_jar);
>he picks up the cookie I get (sessionid) places it in the next
>header. That's working fine but the syntax is completely different as
>normal browsers are doing.
>When do above the header I get is:
>Cookie: $Version=1; JSESSIONID="iibuorkp41.JS11";
>$Path="/memberarea"
>
>and when I do the some stuff with mozilla or IE 6.0 or something
>else I get:
>Cookie: JSESSIONID=8szullke51.JS13
>
>only the way the browser is using is working on that website. Do I
>do something wrong requesting a new page or is the rfc not well
>implemented in libwww or something else?
>
>Regards,
>
>Luuk

Reply via email to