public class SessionInvalidator extends Object
| Constructor and Description |
|---|
SessionInvalidator(List<String> excludeList)
Create a session invalidator configured with the given exclusions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
invalidateSession(javax.servlet.http.HttpServletRequest httpServletRequest)
If there is a session for the given request, invalidate it and create a new session, copying all attributes
over except those configured exclusions.
|
public void invalidateSession(javax.servlet.http.HttpServletRequest httpServletRequest)
httpServletRequest - the request whose session should be invalidated.Copyright © 2018 Atlassian. All rights reserved.