How can authorized user logout when using tomcat 6.0
I have implemented the login flow for user using standard authorization configuration in web.xml.
However, I cannot find a way to logout so that user can login again using the another user account.
I am using tomcat 6.0 and cannot find related information for logout process from tomcat doc. Can anyone help me?
Thanks

