public interface HttpSessionContext
HttpSession,
HttpSessionBindingEvent,
HttpSessionBindingListener| Modifier and Type | Method | Description |
|---|---|---|
java.util.Enumeration<java.lang.String> |
getIds() |
|
HttpSession |
getSession(java.lang.String sessionId) |
Deprecated.
As of Java Servlet API 2.1 with
no replacement.
|
HttpSession getSession(java.lang.String sessionId)
java.util.Enumeration<java.lang.String> getIds()
Copyright © 1999-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms. Portions Copyright © 1999-2002 The Apache Software Foundation.