- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
@Singleton
public class DestroySessionServlet
extends javax.servlet.http.HttpServlet
Destroys any session associated with this webapp. This has the effect of
logging the user out of the webapp without logging him/her out of CAS. As a
result, going to a page on the webapp will possibly log the user back in
without needing to present credentials.
This is useful primarily for destroying the cookie associated with the
webapp.
- Author:
- Andrew Post
- See Also:
if you really want to log the user out of CAS.,
Serialized Form