|
@@ -1,14 +1,6 @@
|
|
|
<%@page session="false" %>
|
|
|
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
|
|
|
|
|
-
|
|
|
-<%
|
|
|
- Cookie cookie = new Cookie("JSESSIONID", null);
|
|
|
- cookie.setPath(request.getContextPath());
|
|
|
- cookie.setMaxAge(0);
|
|
|
- response.addCookie(cookie);
|
|
|
-%>
|
|
|
-
|
|
|
<html>
|
|
|
<head>
|
|
|
<title>Logged Out</title>
|