|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBMSessionExt
The IBMSessionExt interface extends the javax.servlet.http.HttpSession interface of the
Servlet API to
WebSphere implementation of http session object implements this interface.
Example code:
IBMSessionExt sessExt = (IBMSessionExt)request.getSession();
sessExt.invalidateAll(true);
Method Summary | |
---|---|
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. |
Methods inherited from interface com.ibm.websphere.servlet.session.IBMSession |
---|
getIBMApplicationSession, getIBMApplicationSession, getUserName, isOverflow, sync |
Methods inherited from interface javax.servlet.http.HttpSession |
---|
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval |
Methods inherited from interface java.io.Externalizable |
---|
readExternal, writeExternal |
Method Detail |
---|
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 group
java.lang.SecurityException
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |