response.setHeader("Set-Cookie", SESSION_ID+"="+session_id+";Path=/;HttpOnly;"+
EMAIL+"="+user.getUsername()+";Path=/;expires="+expire.toString()+";HttpOnly;"+
TOKEN+"="+user.getPwdText()+";Path=/;expires="+expire.toString()+";HttpOnly");
JAVA HttpOnly
最新推荐文章于 2022-08-02 14:05:05 发布