To read incoming cookies, get them from the request object of the HttpServeltRequest by calling
following method
Cookie cookies []=request.getCookies();
This call returns an array of Cookies object corresponding to the name & values that came in the HTP request
header.
0 Comments
Please add nice comments or answer ....