Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface HttpSessionContext
HttpSessionContext
Method Summary | |
Enumeration |
|
HttpSession |
|
public Enumeration getIds()
Deprecated. This method should always return an empty enumeration
Get all sessions ids.
- Returns:
- an Enumeration containing all session id's.
- Since:
- Servlet API 2.0
public HttpSession getSession(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.
- Since:
- Servlet API 2.0