When I'm using the getCookies() method (of HttpServletRequest) I get only the cookie(s) I set. How can I get all the cookies on my HD?
Created May 4, 2012
Alex Chaffee You can't. That's a security feature. See What is a cookie?.
Created May 4, 2012