fix #1003 set cookie path to /

This commit is contained in:
Shinsuke Sugaya 2017-04-20 23:05:56 +09:00
parent dc32be13db
commit 7f79078a1c

View file

@ -45,7 +45,7 @@ public class UserInfoHelper {
public int cookieMaxAge = 30 * 24 * 60 * 60;// 1 month
public String cookiePath;
public String cookiePath = "/";
public Boolean cookieSecure;
@ -149,4 +149,4 @@ public class UserInfoHelper {
}
return resultDocIdsCache;
}
}
}