request and request_simple: cookies

2001-01-05 Thread Tac/Smokescreen Action Network
I'm using LWP to access a site that sends several session only cookies. Currently, I'm using request_simple, parsing out the header, saving the cookies and extracting a 302 Location: header, then calling another request_simple to that location, explicitly setting the cookies. It occurred to me

Re: request and request_simple: cookies

2001-01-05 Thread Gisle Aas
"Tac/Smokescreen Action Network" [EMAIL PROTECTED] writes: I'm using LWP to access a site that sends several session only cookies. Currently, I'm using request_simple, parsing out the header, saving the cookies and extracting a 302 Location: header, then calling another request_simple to