Corrected config error in concurrent session docs.

This commit is contained in:
Luke Taylor 2009-12-07 00:07:53 +00:00
parent d4e4a09801
commit b53af68215
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@
</beans:bean>
<beans:bean id="sas"
class="org.springframework.security.web.session.ConcurrentSessionControlStrategy">
<beans:property name="sessionRegistry" ref="sessionRegistry" />
class="org.springframework.security.web.authentication.session.ConcurrentSessionControlStrategy">
<beans:constructor-arg name="sessionRegistry" ref="sessionRegistry" />
<beans:property name="maximumSessions" value="1" />
</beans:bean>