HTTP::Cookies problem

2001-05-03 Thread Jonas Nordström
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

Re: HTTP::Cookies problem

2001-05-03 Thread will trillich
On Thu, May 03, 2001 at 12:54:46PM +0200, Jonas Nordstr?m wrote: 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

Re: HTTP::Cookies problem

2001-05-03 Thread Gisle Aas
Jonas Nordström [EMAIL PROTECTED] writes: 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