logout.jsp.svn-base

来自「用于JAVA的Web的权限过滤器」· SVN-BASE 代码 · 共 17 行

SVN-BASE
17
字号
<%@page contentType="text/html; charset=GBK" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>SecurityFilter Example</title>
</head>

<body>
<h1>SecurityFilter Example</h1>
<%@include file="/menu.jsp" %>
<% session.invalidate(); %>
You have been logged out of the SecurityFilter example application.<p>
This operation was achieved with a simple call to <code>session.invalidate()</code>.
</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?