FileDocCategorySizeDatePackage
HttpSessionContext.javaAPI DocApache Tomcat 6.0.141843Fri Jul 20 04:20:32 BST 2007javax.servlet.http

HttpSessionContext

public interface HttpSessionContext
author
Various
version
$Version$
deprecated
As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
see
HttpSession
see
HttpSessionBindingEvent
see
HttpSessionBindingListener

Fields Summary
Constructors Summary
Methods Summary
public java.util.EnumerationgetIds()

deprecated
As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed in a future version of this API.

public javax.servlet.http.HttpSessiongetSession(java.lang.String sessionId)

deprecated
As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of this API.