Spring security can limit number of session a user can have. If you are developing web application specially secure web application in Java J2EE then you must have come up with requirement similar to online banking portals have e.g. only one session per user at a time or no concurrent session per user. You can also implement this functionality without using spring security but with Spring security its just piece of cake with coffee :). Spring Security provides lots of Out of Box functionality a secure enterprise or web application needed like authentication, authorization, session management, password encoding, secure access, session timeout etc. In our spring security example we have seen how to do LDAP Authentication in Active directory using spring security and in this spring security example we will see how to limit number of session user can have in Java web application or restricting concurrent user session.
Read more »
Home » jsp-servlet »
spring
» Spring Security Example Tutorial - How to limit number of User Session in Java J2EE
Langganan:
Posting Komentar (Atom)
0 Response to "Spring Security Example Tutorial - How to limit number of User Session in Java J2EE"
Posting Komentar