我正在为我的Web应用程序使用spring security。
这是我的代码。
我的问题是,在删除JSESSIONID
时删除了spring安全性创建的记住cookie,然后刷新页面,但是记住cookie的内容为空,因此返回登录页面。我的控制台日志什么都没有。我不知道为什么 ?
Some picture for my problem clearly
I delete `JSESSIONID and refresh the page,the value of this cookie is empty
请告诉我原因,谢谢大家!