All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.logout.jsp Maven / Gradle / Ivy

The newest version!

<%
	try {
		HttpSession sess = request.getSession();
		if (session != null) {
			session.invalidate();
		}
	} catch (Exception e) {
		e.printStackTrace();
	}
	response.sendRedirect(request.getContextPath()
			+ "/administration.jsp");
%>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy