June 2002
Beginner
759 pages
80h 42m
English
add_cookie_header
$cjar->add_cookie_header($request)
Adds appropriate Cookie headers to an
HTTP::Request object $
request. $ request
must already be created with a valid URL address. This method
will search the cookie jar for any cookies matching the
request URL. If the cookies are valid (i.e., have not
expired), they are used to create Cookie headers and are added
to the request.