Re: keeping http session between requests




Quoth zawszedamian_p@xxxxxxxxx:
I was trying to download page and keep http session between requests
like this:

<snip>

but it does not work - session is not not forwarded to second request,
cookie's gone

how can I keep session between requests?

Use the cookie_jar option the LWP::UserAgent->new.

Ben

.