in reply to Cookies from CGI to LWP and back
Sure this is possible. You might want to look at how HTTP::Proxy does it, or look at the LWP::UserAgent documentation.
You don't even need to use a file, you can set the cookie headers in your UserAgent cookie jar object directly from the headers received in your CGI.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Cookies from CGI to LWP and back
by vdvelde (Initiate) on Apr 14, 2004 at 14:45 UTC | |
by Corion (Patriarch) on Apr 14, 2004 at 15:12 UTC | |
by vdvelde (Initiate) on Apr 14, 2004 at 15:52 UTC | |
by Corion (Patriarch) on Apr 14, 2004 at 16:40 UTC |