in reply to Re^5: Perl Mechanize login issue
in thread Perl Mechanize login issue

I was able to resolve this with LWP::ConnCache
$agent->conn_cache(LWP::ConnCache->new());