springboot整合shiro缓存时报错
org.apache.shiro.session.UnknownSessionException: There is no session with id [xxxx]

解决:
1.更改cookie名称为 token
2.设置cookie过期时间与session过期时间一致
3.退出登录时清空cookie
org.apache.shiro.session.UnknownSessionException: There is no session with id [xxxx]
org.apache.shiro.session.UnknownSessionException: There is no session with id [xxxx]
org.apache.shiro.session.UnknownSessionException: There is no session with id [xxxx]

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-25
  • 2022-12-23
  • 2021-08-01
  • 2021-11-23
相关资源
相似解决方案