in reply to Re^2: Using WWW::Scripter with NTLM authentication
in thread Using WWW::Scripter with NTLM authentication
I don't see where or why you're cloning the ua but it looks pretty easy to get the ConnCache from the original.
my $ua2 = $ua->clone; $ua2->conn_cache($ua->conn_cache);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using WWW::Scripter with NTLM authentication
by LambethBoy (Initiate) on Feb 04, 2011 at 10:18 UTC | |
by rowdog (Curate) on Feb 04, 2011 at 10:41 UTC |