Reading HTTP Request Header
call the getHeader method of the HttpServletRequest, which returns a String if the header was supplied on this request, null otherwise
- getCookies method returns the contents of the Cookie header,parsed and stored in an array of Cookie objects
use the getHeaderNames to get an Enumeration of all header names received on this particular request.