in reply to Re: HTTP session Problem
in thread HTTP session Problem

Hi Fletch: That was awesome. Thank you so much. I just made the following change. I hope this is going to help others in future -
$mech = WWW::Mechanize->new( agent => 'wonderbot 1.01' );
And used $mech to POST and GET URLs! --Avi