cancel
Showing results for 
Search instead for 
Did you mean: 

How to set maximum concurrent login

Former Member
0 Kudos

With Spring Security, I can use ConcurrentSessionControlStrategy (in place of SessionFixationProtectionStrategy) to enable concurrency control.

However, hybris is using HybrisSessionFixationProtectionStrategy. Is there a HybrisConcurrentSessionControlStrategy strategy?

Ref: http://docs.spring.io/spring-security/site/docs/3.0.x/reference/session-mgmt.html http://docs.spring.io/spring-security/site/docs/3.2.0.RELEASE/apidocs/org/springframework/security/w...

Accepted Solutions (0)

Answers (3)

Answers (3)

srini_y
Explorer
0 Kudos

I was able to achieve this in Hybris. Please refer to the https://answers.sap.com/answers/13127236/view.html for detailed explanation.

Former Member
0 Kudos

Hi. Any updates on this?

Former Member
0 Kudos

Not yet, but let us know how you get on.

The HybrisSessionFixationProtectionStartegy on authentication basically creates a new HttpSession, migrates any attributes attached and transfers this HttpSession to the current active JaloSession.