<%@page contentType="text/html" pageEncoding="UTF-8"%> JSP Page <% String mens = (String) session.getAttribute("INTERNAL_MENS"); String type = (String) session.getAttribute("INTERNAL_TYPE"); if (mens != null && type != null) { %> <% session.removeAttribute("INTERNAL_MENS"); session.removeAttribute("INTERNAL_TYPE"); } %>