If you set the cookie jar for your user agent, cookies are handled
automatically for all protocols & request methods :

  $cookie_jar = HTTP::Cookies->new;
  $userAgent->cookie_jar($cookie_jar);


David Stack writes:
 > Hello,
 > 
 > Could someone tell me which modules I should use to do a HTTPS post and 
 > also send over cookie informaion at the same time.  
 > 
 > I figured out how to do the HTTPS post using Net_SSLeay, but can't figure
 > out the sending of the cookie part.
 > 
 > Someone please fill me in!
 > 
 > Dave

-- 
--------------------------------------------------------------
Fair Winds,     Software Engineer and WWW developer
Chris Dunn      MRM, inc.

Email: [EMAIL PROTECTED]
Phone: (919) 544-6500  Ext 228
Pager: (919) 506-0819

http://www.mrmnc.com
--------------------------------------------------------------

Reply via email to