<%@ include file="/common/taglibs.jsp"%> <%@page import="org.springframework.web.context.request.SessionScope"%> <%@ page import="org.lamsfoundation.lams.util.Configuration"%> <%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys"%> <%@ page import="org.lamsfoundation.lams.web.session.SessionManager"%> <%@ page import="org.lamsfoundation.lams.usermanagement.dto.UserDTO"%> <fmt:message key="title.login.window" />
<% // remove login and password attributes from the session as they are no longer needed HttpSession hs = SessionManager.getSession(); if (hs != null) { hs.removeAttribute("login"); hs.removeAttribute("password"); } %>