You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to copy the PHPSESSID value from the cookie for site
example.com I either have to call scan() or directly access the cookie
internals like $cookie_jar->{COOKIES}{'example.com'}{'/'}{PHPSESSID} and
then access the 2nd element in the array reference. Please consider
adding a convenience method to allow easier access to cookie values.
I would like to be able to do $cookie_jar->get_cookie('example.com',
'PHPSESSID');
On Wed Mar 13 09:34:28 2013, MARKSTOS wrote:
> This feature exists in HTTP::CookieJar::LWP. You can use it instead of
> this module in LWP-derived user agents.
This can also be done via https://metacpan.org/pod/HTTP::CookieMonster
The text was updated successfully, but these errors were encountered:
Migrated from rt.cpan.org#81951 (status was 'open')
Requestors:
From [email protected] on 2012-12-13 22:36:05:
From [email protected] on 2013-03-13 13:34:28:
From [email protected] on 2016-10-25 17:04:46:
The text was updated successfully, but these errors were encountered: