Author: dan.j.allen
Date: 2008-09-20 01:01:29 -0400 (Sat, 20 Sep 2008)
New Revision: 9033
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Security.xml
Log:
<core:servlet-session> should be <web:session>
Modified: trunk/doc/Seam_Reference_Guide/en-US/Security.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Security.xml 2008-09-19 20:29:18 UTC (rev 9032)
+++ trunk/doc/Seam_Reference_Guide/en-US/Security.xml 2008-09-20 05:01:29 UTC (rev 9033)
@@ -4640,7 +4640,7 @@
changes. Just add this line to <literal>components.xml</literal>:
</para>
- <programlisting role="XML"><![CDATA[<core:servlet-session
invalidate-on-scheme-change="true"/>]]></programlisting>
+ <programlisting role="XML"><![CDATA[<web:session
invalidate-on-scheme-change="true"/>]]></programlisting>
<para>
This option helps make your system less vulnerable to sniffing of the session id or
leakage of
Show replies by date