Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
Servlets get the HttpSessionContext object by calling the getSessionContext() method of HttpSession.
Method Summary | |
Enumeration | getIds()
|
HttpSession | getSession(String sessionId)
|
Method Detail |
public HttpSession getSession(String sessionId)
sessionID
- the ID of a particular session object
public Enumeration getIds()
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |