mirror of https://gitee.com/stylefeng/roses
【auth】更新cookie策略
parent
4a2f2af04a
commit
1178eee90f
|
@ -17,7 +17,6 @@ public class DefaultSessionCookieCreator extends SessionCookieCreator {
|
|||
@Override
|
||||
public void expandCookieProp(Cookie cookie) {
|
||||
cookie.setHttpOnly(true);
|
||||
cookie.setSecure(true);
|
||||
cookie.setPath("/");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue