SEC-98: Correct concurrentSessionController code example.

This commit is contained in:
Ben Alex 2005-11-25 04:31:39 +00:00
parent 58b8b840b3
commit 31531b3952
1 changed files with 1 additions and 1 deletions

View File

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