How to invalidate the session in spring web flow?

无人久伴 提交于 2019-12-11 19:53:47

问题


when user login one side and another user login from same password and user name (from another machine ) ,at that time first user logout from automatically on every time when second user invalidate the first session. I am using the server side session , i have login flag in data base user is already login or not .any idea friends


回答1:


It is better if you try with Spring Security Single Sign-On implementation.

This link may be useful to you http://www.mkyong.com/tutorials/spring-security-tutorials/



来源:https://stackoverflow.com/questions/26138381/how-to-invalidate-the-session-in-spring-web-flow

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