How can I copy cookies from an incoming request to a LWP-request and also
add a custom cookie? Can I use HTTP::Cookies?
I use:
$request->header('Cookie' => $r->header_in("Cookie"));
and it works fine, but now I want to add a cookie that the client didn't
send.
Can I use $cookie_jar->set_cookie() and then
$cookie_jar->add_cookie_header($request);? But what happens with the
original cookies?
/Jonas
- Re: HTTP::Cookies problem Jonas Nordstr�m
- Re: HTTP::Cookies problem will trillich
- Insecure dependency errors Barry Veinotte
- Re: Insecure dependency errors Cees Hek
- Re: Insecure dependency errors Stas Bekman
- RE: Insecure dependency errors Barry Veinotte
- Re: HTTP::Cookies problem Gisle Aas
