Friday, February 6, 2015

How to Control Number of Active Sessions in Java using Spring Security

Spring security offer many Out Of Box feature required in a Secure J2EE application. One of those feature is ability to limit number of concurrent user session to one or any specified number, like in online banking site you can only have one active session. Its just need few lines of code to enable this feature.



from dzone.com: latest front page http://www.dzone.com/links/r/how_to_control_number_of_active_sessions_in_java.html

No comments:

Post a Comment