You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
377 B
14 lines
377 B
<% session.invalidate(); %>
|
|
<%! static String pageTitle = "Session Ended"; %>
|
|
<%@ include file = "include/pageHeader.jsp" %>
|
|
<body bgcolor="#f7f7f7">
|
|
<center>
|
|
<br><br>
|
|
<b class="title"><%= pageTitle %></b>
|
|
<br><br><br>
|
|
<form name="form" method=POST action="/index.jsp">
|
|
<input type="submit" value="New Session"/>
|
|
</form>
|
|
</center>
|
|
</body>
|
|
</html>
|