摘要: //发送session request.getSession().setAttribute("user", "zs1"); //发送cookie //需要自动登录,发送cookie Cookie c_username=new Cookie("username",username); Cookie c 阅读全文
posted @ 2019-09-03 00:56 享尔正 阅读(167) 评论(0) 推荐(0) 编辑