response « Cookie « JSP-Servlet Q&A





1. Is there any way to read cookies from the response object in Java?    stackoverflow.com

It doesn't seem that HttpServletResponse exposes any methods to do this. Right now, I'm adding a bunch of logging code to a crufty and ill-understood servlet, in an attempt to ...