avi_2009 has asked for the wisdom of the Perl Monks concerning the following question:
I thought cache is going to solve the problem but it didn't. Any suggestions? Thanks in advance --Avi# Create a user agent object $ua = LWP::UserAgent->new; $cache = $ua->conn_cache(LWP::ConnCache->new( )); $ua->conn_cache->total_capacity(undef); $ua->agent("MyApp/1.3");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTTP session Problem
by Fletch (Bishop) on Feb 24, 2009 at 15:02 UTC | |
by avi_2009 (Novice) on Feb 24, 2009 at 15:40 UTC |