`
airpeng
  • 浏览: 14127 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
文章分类
社区版块
存档分类
最新评论

JAVA HttpOnly

 
阅读更多
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");
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics