Package com.ibm.websphere.servlet.session


@Version("1.1.0") package com.ibm.websphere.servlet.session
  • Class
    Description
    The IBMApplicationSession interface is used for SIP/HTTP Converged Applications as well as for sharing session data in http applications.
    The IBMSession interface extends the javax.servlet.http.HttpSession interface of the Servlet API to limit the number of sessions in memory get at the user identity associated with session.
    The 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.
    The UnauthorizedSessionRequestException is thrown when a user attempts to access a session owned by another user.