IBM WebSphere Application ServerTM
Release 6

Package  com.ibm.websphere.servlet.session

Interface Summary
IBMSessionListenerThe IBMSessionListener interface extends the javax.servlet.http.HttpSessionListener interface of the Servlet API to notify an application that its session has been removed from the server's cache.
IBMSessionThe IBMSession interface extends the javax.servlet.http.HttpSession interface of the Servlet API to
  • determine if sessions maximum limit has reached when overflow is turned off
  • get at user identity associated with session.
  • Class Summary
    UserTransactionWrapperSection 6.6 of the J2EE 1.2 specification lists of set of object types which a distributable application can placed in a javax.servlet.http.HttpSession object.

    Exception Summary
    UnauthorizedSessionRequestExceptionThe UnauthorizedSessionRequestException is thrown when a user attempts to access a session owned by another user.



    IBM WebSphere Application ServerTM
    Release 6