Spring security concurrent sessions. Lean how to use the #springsecurity and the concurrent sessions control feature to restricting the number of concurrent sessions per User. In this #springsecuritytutorial, we will also see how the concurrent sessions feature works internally and how we can customize the behavior in our #springapplication. We will take closer look at the internal working of spring security and how SessionRegistry, ConcurrentSessionControlStrategy, HttpSessionEventPublisher, SessionManagementFilter and ConcurrentSessionFilter works together to accomplish this feature sing spring session management. This #springtutorial also covers some of the important point while enabling this feature and how #springsession can help us to overcome some of the limitations of #concurrentsession. List of few articles for your reference: https://www.javadevjournal.com/spring-security/spring-security-session/ https://www.javadevjournal.com/spring-security/spring-security-remember-me/ https://www.javadevjournal.com/spring/spring-session/ #springsecuritytutorials #springboot #springmvc #security #session #httpsession #sessionmanagement #springframework #springcore #springsecurity