getSession and getCookies vs getWriter
843833Aug 27 2001 — edited Aug 27 2001Does one have to use the getSession and getCookies from the HttpServletRequest object before retrieving the Writer object from the HttpServletResponse's getWriter function? Or does the order not matter? Some books and online information provide conflicting information on the order of these. Thank You.