【auth】更新cookie策略

pull/3/head
fengshuonan 2021-01-13 21:58:01 +08:00
parent 4a2f2af04a
commit 1178eee90f
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ public class DefaultSessionCookieCreator extends SessionCookieCreator {
@Override
public void expandCookieProp(Cookie cookie) {
cookie.setHttpOnly(true);
cookie.setSecure(true);
cookie.setPath("/");
}