quit.jsp 343 B

1234567891011
  1. <%@ page contentType="text/html; charset=gbk"%>
  2. <%@ include file="./public/config.jsp"%>
  3. <%
  4. //¼Ç¼ÈÕÖ¾
  5. YhrzDao yhrzDao = new YhrzDao();
  6. yhrzDao.setUserLogout(yhbean, request.getRemoteAddr(), yhbean.getYhmc()+"Í˳öÕ¾µã");
  7. //
  8. session.removeAttribute("dlyhid");
  9. session.removeAttribute("yhbean");
  10. response.sendRedirect("index.jsp");
  11. %>