JavaScript is disabled on your browser.
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
javax.servlet.http

Interface HttpSessionContext


  • Deprecated.
    This class has been deprecated for security reasons. We don't want servlets messing around in other sessions, however convenient that might be.

    public interface HttpSessionContext
    Contains information shared by all the HttpSessions.
    Since:
    2.0
    See Also:
    HttpSessionContext
    • Method Summary

      Methods
      Modifier and Type Method and Description
      java.util.Enumeration<java.lang.String> getIds ()
      Deprecated.
      This method should always return an empty enumeration
      HttpSession getSession (java.lang.String id)
      Deprecated.
      This method should always return null
    • Method Detail

      • getSession

        HttpSession getSession(java.lang.String id)
        Deprecated. This method should always return null
        Get the session with the given id.
        Parameters:
        id - the id of the HttpSession we're looking for.
        Returns:
        The HttpSession we're looking for, null if not present.
      • getIds

        java.util.Enumeration<java.lang.String> getIds()
        Deprecated. This method should always return an empty enumeration
        Get all sessions ids.
        Returns:
        an Enumeration containing all session id's.
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /