hyunjeong

Untitled

Aug 29th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <title>JSP 게시판 웹사이트</title>
  7. </head>
  8. <body>
  9. <%
  10. session.invalidate();
  11. %>
  12. <script>
  13. location.href = 'main.jsp';
  14. </script>
  15. </body>
  16. </html>
Add Comment
Please, Sign In to add comment