All Packages Class Hierarchy This Package Previous Next Index
Interface Acme.Serve.servlet.http.HttpSessionContext
- public interface HttpSessionContext
An association of HTTP sessions.
This is taken from JavaSoft's Servlet API documentation.
Fetch the software.
Fetch the entire Acme package.
-
getIds()
- Returns an enumeration of all of the session IDs in this context.
-
getSession(String)
- Returns the session bound to the specified session ID.
getSession
public abstract HttpSession getSession(String sessionId)
- Returns the session bound to the specified session ID.
getIds
public abstract Enumeration getIds()
- Returns an enumeration of all of the session IDs in this context.
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs