问题:postman获取不到session得值导致request.getSession().getAttribute(“xxx”)为空

解决方式
第一步:登陆后F12,打开application打开cookie,记得要刷新
postman获取不到session得值
第二步:把JSESSIONID和token的值复制到postman,
postman获取不到session得值
第三步:Send
postman获取不到session得值

相关文章: