Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Cookie handling HTTPClient

How does the cookie handling in the HTTPClient works?
I have a client that does two different requests to the same page and
the cookies from the first response are not copied over to the second
request.
On the HttpDestination there is a method addCookie but I can't find
where it is used.
Do I have to do this manually?

Regards,
 Markus


Back to the top