Jboss Wildfly 8.1 session timeout on login page

[亡魂溺海] 提交于 2019-12-23 10:24:30

问题


I have an application running on JBoss 8.1 with JAAS form based login (j_security_check) and everything works fine.

My problem is: 1) the user logs out and is redirected on the login page 2) here a session timeout occurs (the user doesn't know this) 3) the user returns and logs in correctly => BAM: he is redirected with j_security_check (the URI ends with j_security_check), but the page is empty.

My guess is: JBoss doesn't know anymore the previously requested page, because the session timeout occurs and this information is lost. So JBoss doesn't know where to send the now logged in user and the page stays empty.

I found some posts but no real answer/solution for this problem. Thanks for your help!

来源:https://stackoverflow.com/questions/30765770/jboss-wildfly-8-1-session-timeout-on-login-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!