luehe 2004/09/20 11:14:43 Modified: webapps/docs/config host.xml Log: Removed invalid paragraph Revision Changes Path 1.9 +0 -6 jakarta-tomcat-catalina/webapps/docs/config/host.xml Index: host.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/host.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- host.xml 1 Sep 2004 22:04:29 -0000 1.8 +++ host.xml 20 Sep 2004 18:14:43 -0000 1.9 @@ -450,12 +450,6 @@ utilized for access control decisions across <strong>all</strong> of the associated web applications, without challenging the user to authenticate themselves to each application individually.</li> - <li>As soon as the user logs out of one web application (for example, - by invalidating or timing out the corresponding session if form - based login is used), the user's sessions in <strong>all</strong> - web applications will be invalidated. Any subsequent attempt to - access a protected resource in any application will require the - user to authenticate himself or herself again.</li> <li>The Single Sign On feature utilizes HTTP cookies to transmit a token that associates each request with the saved user identity, so it can only be utilized in client environments that support cookies.</li>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]