|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpSession | |
javax.servlet.http |
Uses of HttpSession in javax.servlet.http |
Methods in javax.servlet.http that return HttpSession | |
HttpSession |
HttpServletRequest.getSession(boolean create)
Gets the current valid session associated with this request, if create is false or, if necessary, creates a new session for the request, if create is true. |
HttpSession |
HttpServletRequest.getSession()
Gets the current valid session associated with this request, if create is false or, if necessary, creates a new session for the request. |
HttpSession |
HttpSessionBindingEvent.getSession()
Returns the session into which the listener is being bound or from which the listener is being unbound. |
HttpSession |
HttpSessionContext.getSession(java.lang.String sessionId)
Deprecated. This method has been deprecated for security reasons. It will be removed in a future version of the Servlet API. |
Constructors in javax.servlet.http with parameters of type HttpSession | |
HttpSessionBindingEvent.HttpSessionBindingEvent(HttpSession session,
java.lang.String name)
Constructs a new HttpSessionBindingEvent |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |