...
|
...
|
@@ -58,7 +58,7 @@ public class LoginController { |
|
|
//存入session
|
|
|
session.setAttribute(PlatformConstant.USER_MENU, menuResp.getData());
|
|
|
final int MIN = 60;
|
|
|
session.setMaxInactiveInterval(5 * MIN);
|
|
|
session.setMaxInactiveInterval(1 * MIN);
|
|
|
//loginSessionUtil.setLoginSession(responseBO.getData(), request, Integer.parseInt(responseBO.getData().getPid()));
|
|
|
return responseBO;
|
|
|
}
|
...
|
...
|
|