http://qs1969.pair.com?node_id=1167229


in reply to Re^3: LWP::UserAgent doesn't send my HTTP::Cookies
in thread LWP::UserAgent doesn't send my HTTP::Cookies

Most likely you can easily swap out WWW::Mechanize for your hand-rolled version of the user agent. If it works with WWW::Mechanize, then something is weird in your cookie handling.

You haven't shown whether the cookie has some path or something that would restrict it from being sent. See below for code by Anonymous Monk that outputs some more debug information.