|
@@ -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>
|
|
|
|