Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>JSP 게시판 웹사이트</title>
- </head>
- <body>
- <%
- session.invalidate();
- %>
- <script>
- location.href = 'main.jsp';
- </script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment