How to invalidate the session in spring web flow?

2019-09-10 03:11发布

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条回答
来,给爷笑一个
2楼-- · 2019-09-10 04:05

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/

查看更多
登录 后发表回答