Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Cookie[] cookies = request.getCookies();
- if (cookies != null) {
- for (Cookie aux : cookies) {
- response.getWriter().append("\n" + aux.getName() + " - " + aux.getValue());
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement