google-code-export / micrite

Automatically exported from code.google.com/p/micrite
GNU General Public License v3.0
2 stars 0 forks source link

User cannot log-in after session expired #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. login micrite
2. waiting for session expired time
3. relogin

What is the expected output? What do you see instead?
Login successful. I just see a progress bar , cant login. 

Please use labels and text to provide additional information.
If I press F5, refresh login page , I can login successful.

Original issue reported on code.google.com by bit...@gmail.com on 26 Mar 2009 at 1:46

GoogleCodeExporter commented 9 years ago
当session失效后,登录失败。经过排查发现和spring-security有��
�。其中有个现象,如果通过
security的logout就没有问题,如果session重导向到登录页面就会��
�生问题,估计是security在
session失效后,没有清除相关的上下文环境,所以将失效后导�
��到srping-security的logout,
问题解决!登录失败的具体现象,session过期后,重新登录,�
��直接返回登录后的页面,而不是
访问登录成功后的预处理action,看起来有点像是remenberme功能�
��效果。

Original comment by CobraCoderYu@gmail.com on 26 Mar 2009 at 4:05

GoogleCodeExporter commented 9 years ago

Original comment by bit...@gmail.com on 25 May 2009 at 10:47