mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 04:22:17 +00:00
SEC-98: Correct concurrentSessionController code example.
This commit is contained in:
parent
58b8b840b3
commit
31531b3952
@ -1257,7 +1257,7 @@ public aspect DomainObjectInstanceSecurityAspect implements InitializingBean {
|
||||
</bean>
|
||||
|
||||
<bean id="concurrentSessionController" class="org.acegisecurity.concurrent.ConcurrentSessionControllerImpl">
|
||||
<property name="maxSessions"><value>1</value></property>
|
||||
<property name="maximumSessions"><value>1</value></property>
|
||||
<property name="sessionRegistry"><ref local="sessionRegistry"/></property>
|
||||
</bean>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user