问题:postman获取不到session得值导致request.getSession().getAttribute(“xxx”)为空
解决方式
第一步:登陆后F12,打开application打开cookie,记得要刷新
第二步:把JSESSIONID和token的值复制到postman,
第三步:Send
问题:postman获取不到session得值导致request.getSession().getAttribute(“xxx”)为空
解决方式
第一步:登陆后F12,打开application打开cookie,记得要刷新
第二步:把JSESSIONID和token的值复制到postman,
第三步:Send
相关文章: