I am fetching cookies with the following code:
Cookie[] cookies = httpRequest.getCookies();
Sometimes it fetches all the cookies, sometimes it doesn't.
As shown in the image, in inspect element its showing 2 SESSION cookies.
But as shown in the second image it's only fetching one. Why is this happening?