luodangjia
2024-04-18 d691260a76d629a96014e4f3d0b4ccca6c29ccb2
roses/kernel-s-customer/customer-business/src/main/java/cn/stylefeng/roses/kernel/customer/modular/service/impl/CustomerServiceImpl.java
@@ -217,7 +217,7 @@
        synchronized (SESSION_OPERATE_LOCK) {
            // 缓存用户信息,创建会话
            sessionManagerApi.createSession(jwtToken, loginUser, loginRequest.getCreateCookie());
            System.err.println("已修改");
            // 如果开启了单账号单端在线,则踢掉已经上线的该用户
//            if (AuthConfigExpander.getSingleAccountLoginFlag()) {
                sessionManagerApi.removeSessionExcludeToken(jwtToken);