in reply to Automatically Logging in to a Webpage
Hi Monk Awohld,
I'm working on a LWP Virtual agent too. And I get a problem with "refresh page" (Have a look on other post ;)).
For the cookies purpose. I think you have to complete your code.
cookie_jar => HTTP::Cookies->new( file => 'mycook.txt', autosave => 1, ignore_discard => 1, )
If you have use manually your site, maybe your browser have save the cookie sessions. You can import hime by using specific module like :
HTTP::Cookies::Netscape, HTTP::Cookies::Mozilla etc
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Automatically Logging in to a Webpage
by awohld (Hermit) on May 24, 2005 at 16:32 UTC |