Frames | No Frames |
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 | HttpServletRequest.getSession(boolean create)
Returns the current HttpSession
associated with this request or, if if there is no
current session and create is true, returns
a new session. |
Methods with return type javax.servlet.http.HttpSession | |
HttpSession |