SEC-1598: Removed invalid properties from SessionFixationProtectionStrategy bean declaration in Session Management chapter docbook.
This commit is contained in:
parent
fabadff5f1
commit
cf0289bc02
|
@ -53,10 +53,7 @@
|
||||||
</beans:bean>
|
</beans:bean>
|
||||||
|
|
||||||
<beans:bean id="sas" class=
|
<beans:bean id="sas" class=
|
||||||
"org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy">
|
"org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy" />
|
||||||
<beans:property name="sessionRegistry" ref="sessionRegistry" />
|
|
||||||
<beans:property name="maximumSessions" value="1" />
|
|
||||||
</beans:bean>
|
|
||||||
]]></programlisting>
|
]]></programlisting>
|
||||||
Note that the use of the default, <classname>SessionFixationProtectionStrategy</classname>
|
Note that the use of the default, <classname>SessionFixationProtectionStrategy</classname>
|
||||||
may cause issues if you are storing beans in the session which implement
|
may cause issues if you are storing beans in the session which implement
|
||||||
|
|
Loading…
Reference in New Issue