FileDocCategorySizeDatePackage
HttpSessionContext.javaAPI DocGlassfish v2 API2959Fri May 04 22:34:20 BST 2007javax.servlet.http

HttpSessionContext

public interface HttpSessionContext
author
Various
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.