fix #47
This commit is contained in:
parent
8f997a5319
commit
840d1048b0
1 changed files with 4 additions and 0 deletions
|
@ -79,6 +79,10 @@ public class CookieUserInfoHelperImpl implements UserInfoHelper {
|
|||
userCode = getUserCodeFromCookie(request);
|
||||
}
|
||||
|
||||
if (!request.isRequestedSessionIdValid()) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (StringUtil.isBlank(userCode)) {
|
||||
userCode = getId();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue