logoff.jsp 64 B

123
  1. <%session.invalidate();
  2. response.sendRedirect("index.jsp");
  3. %>