You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/05/13 00:58:11 UTC

svn commit: r169904 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/ac/logout.xsp

Author: michi
Date: Thu May 12 15:58:09 2005
New Revision: 169904

URL: http://svn.apache.org/viewcvs?rev=169904&view=rev
Log:
invalidate session added

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/ac/logout.xsp

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/ac/logout.xsp
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/ac/logout.xsp?rev=169904&r1=169903&r2=169904&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/ac/logout.xsp (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/ac/logout.xsp Thu May 12 15:58:09 2005
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: logout.xsp,v 1.9 2004/03/13 12:31:32 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsp:page
        language="java"
@@ -43,6 +43,7 @@
           <xsp:content><uri><xsp-request:get-context-path/><xsp:expr>uri</xsp:expr></uri></xsp:content>
         }
       }
+    session.invalidate();
     }
   </xsp:logic>
 </logout>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org