专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
1.设置Cookie   Cookie cookie = Cookie("key", "value");   cookie.MaxAge(60);   设置60秒生存期如果设置为负值话则为浏览器进程Cookie(内存中保存)关闭浏览器就失效   cookie.Path("/test/test2");   设置Cookie路径不设置话为当前路径(对于Servlet来说为request.getContext [阅读全文] [PDF]
1 共1条 分1页