public interface HttpSessionInvalidator
Note: This class is part of an interim SPI that is still under development and expected to change significantly before reaching stability. It is being made available at this stage to solicit feedback from pioneering adopters on the understanding that any code that uses this SPI will almost certainly be broken (repeatedly) as the SPI evolves.
| Modifier and Type | Method and Description |
|---|---|
void |
invalidate(java.lang.String sessionId,
boolean invalidateParent)
Invalidate a session.
|
void invalidate(java.lang.String sessionId,
boolean invalidateParent)
sessionId - the session id to invalidateinvalidateParent - if true, attempt to invalidate the parent
(container) session