I am using Apache level authentication and the AppServerTrustedAuthServiceImpl using getRemoteUser to get into XWiki and I have this working. I need to call something like a logout.jsp to invalidate the session and cleanup. I thought I should use the xwiki.authentication.logoutpage=/[^/]+/logout/* in xwiki.cfg. I can't tell what this is doing and whether it is related to ... The velocity template global.vm seems to generate the logout link on the main menu. #set($logouturl = $xwiki.getURL("XWiki.XWikiLogout","logout", "xredirect=$util.encodeURI($logredir)")) $!logouturl $!msg.get("logout") #sep() Any clues on how to handle logout would be greatly appreciated. Thanks Glenn Everitt -- View this message in context: http://www.nabble.com/logout-tp16040945p16040945.html Sent from the XWiki- Dev mailing list archive at Nabble.com.