首页>代码>java Servlet+Mybatis+Layui实现的CRM客户关系管理系统>/src/com/crsbg/controller/LogoutController.java
package com.crsbg.controller;

import java.io.IOException;

import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

public class LogoutController extends HttpServlet {
	@Override
	protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
		request.getSession().removeAttribute("user");
		response.sendRedirect("login.jsp");
	}
}
最近下载更多
yifeng868  LV9 6月11日
微信网友_7290996505972736  LV4 2024年12月11日
255921158  LV5 2024年9月8日
TY0165  LV20 2024年6月21日
sunlea  LV20 2024年5月12日
haozhilang  LV9 2023年11月20日
zhaozhiqi  LV5 2023年9月25日
Anxglee  LV7 2023年7月28日
hongdongdong  LV14 2023年6月17日
a970712258  LV4 2023年6月1日
最近浏览更多
yifeng868  LV9 6月11日
zhangyue2025 3月15日
暂无贡献等级
微信网友_7290996505972736  LV4 2024年12月11日
17600446733  LV21 2024年12月10日
255921158  LV5 2024年9月8日
TY0165  LV20 2024年6月21日
15816705316 2024年5月31日
暂无贡献等级
sunlea  LV20 2024年5月12日
李俊雄  LV3 2024年4月30日
m5433661  LV2 2024年3月28日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友