Interface HttpSessionContext


@Deprecated
public interface HttpSessionContext
Deprecated.
The HttpSessionContext API.
Author:
Manfred Riem ([email protected])
  • Method Summary

    Modifier and Type Method Description
    java.util.Enumeration<java.lang.String> getIds()
    Deprecated. 
    HttpSession getSession​(java.lang.String sessionId)
    Deprecated. 
  • Method Details

    • getSession

      @Deprecated HttpSession getSession​(java.lang.String sessionId)
      Deprecated.
      Get the HTTP session.
      Parameters:
      sessionId - the HTTP session id.
      Returns:
      the HTTP session.
    • getIds

      @Deprecated java.util.Enumeration<java.lang.String> getIds()
      Deprecated.
      Get the HTTP session ids.
      Returns:
      the HTTP session ids.