Session id 不一致导致通过getAttribute()获取到的otpCode为null
String userSessionCode = (String) this.httpServletRequest.getSession().getAttribute(telephone);
获取到的 userSessionCode = null 注:我用的是android,是不是可以通过android端获取到cookie,然后传给服务端,来保持是同一个session, 可以的话,我服务端不知道怎么写,难道通过接口参数的方式传过来?是否还有其他的方法,请大佬赐教。