RE: Cookies rejected

2003-06-26 Thread Aman Thind
hat a submit() would send the msg on it's way... Thanks you so much aman -Original Message- From: Todd Wade [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 11:02 PM To: [EMAIL PROTECTED] Subject: Re: Cookies rejected "Aman Thind" <[EMAIL PROTECTED]> w

Re: Cookies rejected

2003-06-25 Thread Todd Wade
'); > $req->content_type('application/x-www-form-urlencoded'); > $req->content('loginuserid=myuserid&loginpassword=mypassword'); > my $res = $ua->request($req); > print $res->as_string; > ------

Cookies rejected

2003-06-24 Thread Aman Thind
=mypassword'); my $res = $ua->request($req); print $res->as_string; -- However, on running this script, a web page with the following message is returned : Unable to establish login (cookies rejected). Could someone please guide m