| 1234567891011 |
- <%@ page contentType="text/html; charset=gbk"%>
- <%@ include file="./public/config.jsp"%>
- <%
- //¼Ç¼ÈÕÖ¾
- YhrzDao yhrzDao = new YhrzDao();
- yhrzDao.setUserLogout(yhbean, request.getRemoteAddr(), yhbean.getYhmc()+"Í˳öÕ¾µã");
- //
- session.removeAttribute("dlyhid");
- session.removeAttribute("yhbean");
- response.sendRedirect("index.jsp");
- %>
|