Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

退出登录后,redis登录信息还存在 #277

Closed
iehong opened this issue Jul 4, 2022 · 8 comments
Closed

退出登录后,redis登录信息还存在 #277

iehong opened this issue Jul 4, 2022 · 8 comments

Comments

@iehong
Copy link

iehong commented Jul 4, 2022

对以下问题有疑问:

集成redis后,退出登录后,redis登录信息还存在,这是正常的吗

@click33
Copy link
Collaborator

click33 commented Jul 4, 2022

咋退出的
调用代码,还是直接关闭的浏览器

@iehong
Copy link
Author

iehong commented Jul 4, 2022

@GetMapping("logout")
  public Result logout() {
    StpUtil.logout();
    return Result.success("ok");
  }

@iehong
Copy link
Author

iehong commented Jul 4, 2022

代码退出

@iehong
Copy link
Author

iehong commented Jul 4, 2022

image

@click33
Copy link
Collaborator

click33 commented Jul 4, 2022

手动把数据全部清除了,然后再重新登录、注销测试一下,还这样的话,就不正常

@iehong
Copy link
Author

iehong commented Jul 4, 2022

清除过 还这样
image
image

@click33
Copy link
Collaborator

click33 commented Jul 4, 2022

整理复现bug的代码demo,或者录个屏看看

@iehong iehong closed this as completed Jul 5, 2022
@click33
Copy link
Collaborator

click33 commented Jul 5, 2022

怎么关闭了?是问题已解决,还是不用解决了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants