in reply to How can I view mechanize's current cookies?

If you're not specifying something else during construction, the cookie_jar() method will return a HTTP::Cookies object for the current session.

  • Comment on Re: How can I view mechanize's current cookies?