in reply to Re: Mechanize and cookies
in thread Mechanize and cookies

Thanks I will take a look at that.

I actually just used
$mech->add_header( 'Cookie' => '...')
and manually put in the value from my browser session and it worked fine in my script when I made a get call, so I think I will just parse out the cookie from the javascript and manually set it when I make calls to any of the pages on the site.