Requires the request to be passed in.
Parameters: request - from which to obtain a HTTP session (cannot be null) Parameters: response - not used (can be null) Parameters: authentication - not used (can be null)
setInvalidateHttpSession
public void setInvalidateHttpSession(boolean invalidateHttpSession)(Code)
Causes the
HttpSession to be invalidated when this
LogoutHandler is invoked. Defaults to true.
Parameters: invalidateHttpSession - true if you wish the session to beinvalidated (default) or false if it should not be