Name

HttpSessionContext

Synopsis

This class is deprecated starting with the Java Servlet 2.1 APIs due to security reasons. You should not use this class.

public interface HttpSessionContext {
// Deprecated Public Methods
   public abstract java.util.Enumeration getIds();               // #
   public abstract HttpSession getSession( String sessionId);    // #
}

Returned By

HttpSession.getSessionContext()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.