in reply to Re: Passing a cookie with LWP::UserAgent
in thread Passing a cookie with LWP::UserAgent
I'm attempting to do exactly the same thing with no luck.
To clarify: I have a cgi script which attempts to access another cgi script via lwp. The second script does userauthentication using a cookie. So does the first one. Both use the same cookie for authentication. So what I need to do is extract the cookie from the cgi in the first script so that I can pass it to through the HTTP::Request to the second script.
The above code looks like it should work, but doesn't. Can anyone offer advice on this?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Passing a cookie with LWP::UserAgent
by nedals (Deacon) on May 26, 2005 at 02:12 UTC | |
by kyoshu (Curate) on May 26, 2005 at 07:46 UTC | |
|
Re^3: Passing a cookie with LWP::UserAgent
by Anonymous Monk on May 08, 2007 at 13:30 UTC | |
|
Re^3: Passing a cookie with LWP::UserAgent
by Anonymous Monk on May 08, 2007 at 13:32 UTC |