public interface IBMSessionExt extends IBMSession
WebSphere implementation of http session object implements this interface.
Example code:
IBMSessionExt sessExt = (IBMSessionExt)request.getSession();
sessExt.invalidateAll(true);
Modifier and Type | Method and Description |
---|---|
void |
invalidateAll()
Same as invalidateAll(false)
If Java 2 security is enabled, accessing this method requires com.ibm.websphere.security.WebSphereRuntimePermission with target name "accessInvalidateAll". |
void |
invalidateAll(boolean remote)
To invalidate all session across web applications with the same session id
as the current session.
|
getIBMApplicationSession, getIBMApplicationSession, getUserName, isOverflow, sync
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
void invalidateAll(boolean remote) throws java.lang.SecurityException
java.lang.SecurityException
void invalidateAll() throws java.lang.SecurityException
remote
- boolean that indicates if request should be broadcast across core
groupjava.lang.SecurityException