fix #1003 set cookie path to /
This commit is contained in:
parent
dc32be13db
commit
7f79078a1c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue