Uses of Interface javax.servlet.http.HttpSession

Uses in package javax.servlet.http

Constructors with parameter type javax.servlet.http.HttpSession

Constructs an event that notifies an object that it has been bound to or unbound from a session.

Methods with return type javax.servlet.http.HttpSession

HttpSession
Returns the current session associated with this request, or if the request does not have a session, creates one.
HttpSession
Returns the session to or from which the object is bound or unbound.
HttpSession
HttpSessionContext.getSession(String sessionId)
HttpSession
Returns the current HttpSession associated with this request or, if if there is no current session and create is true, returns a new session.

Uses in package javax.servlet.jsp

Methods with return type javax.servlet.http.HttpSession

HttpSession

Copyright © 1999-2000 The Apache Software Foundation. All Rights Reserved.