Modifier and Type | Method and Description |
---|---|
HttpSession |
PageContextImpl.getSession() |
HttpSession |
PageContextWrapper.getSession() |
HttpSession |
PageContextImpl.getSessionScope()
Returns the session, throwing an IllegalStateException if it's
not available.
|
Modifier and Type | Method and Description |
---|---|
PageContextImpl |
PageManager.allocatePageContext(Servlet servlet,
WebApp app,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
HttpSession session,
int buffer,
boolean autoFlush,
boolean isPrintNullAsBlank)
The jsp page context initialization.
|
void |
PageContextImpl.initialize(Servlet servlet,
WebApp app,
ServletRequest request,
ServletResponse response,
java.lang.String errorPage,
HttpSession session,
int bufferSize,
boolean autoFlush,
boolean isPrintNullAsBlank) |
Constructor and Description |
---|
QuercusHttpSessionImpl(HttpSession session) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SingleSignonEntry.logoutSession(HttpSession timeoutSession)
Logout only the given session, returning true if it's the
last session to logout.
|
void |
AbstractLogin.sessionInvalidate(HttpSession session,
boolean isTimeout)
Called when the session invalidates.
|
void |
LoginList.sessionInvalidate(HttpSession session,
boolean isTimeout)
Called when the session invalidates.
|
void |
Login.sessionInvalidate(HttpSession session,
boolean isTimeout)
Called when the session invalidates.
|
Modifier and Type | Method and Description |
---|---|
HttpSession |
AbstractCauchoRequest.getLoadedSession()
Returns the current session.
|
HttpSession |
RequestAdapter.getMemorySession() |
HttpSession |
CauchoRequest.getMemorySession() |
HttpSession |
AbstractCauchoRequest.getMemorySession()
Returns the memory session.
|
HttpSession |
StubServletRequest.getMemorySession() |
HttpSession |
CauchoRequestWrapper.getMemorySession() |
HttpSession |
CauchoDispatchRequest.getMemorySession() |
HttpSession |
RequestWrapper.getSession()
Returns the current session, creating one if necessary.
|
HttpSession |
AbstractCauchoRequest.getSession()
Returns the current session, creating one if necessary.
|
HttpSession |
StubServletRequest.getSession() |
HttpSession |
CauchoRequestWrapper.getSession() |
HttpSession |
RequestAdapter.getSession(boolean create) |
HttpSession |
StubSessionContextRequest.getSession(boolean create) |
HttpSession |
RequestWrapper.getSession(boolean create)
Returns a session.
|
HttpSession |
AbstractCauchoRequest.getSession(boolean create)
Returns the current session.
|
HttpSession |
StubServletRequest.getSession(boolean create) |
HttpSession |
CauchoRequestWrapper.getSession(boolean create) |
Modifier and Type | Method and Description |
---|---|
void |
ServletAuthenticator.logout(ServletContext application,
HttpSession session,
java.lang.String sessionId,
java.security.Principal user)
Logs the user out from the given request.
|
void |
AuthenticatorList.logout(ServletContext application,
HttpSession timeoutSession,
java.lang.String sessionId,
java.security.Principal user) |
Modifier and Type | Class and Description |
---|---|
class |
SessionImpl
Implements a HTTP session.
|
Modifier and Type | Method and Description |
---|---|
HttpSession |
ForwardNamedRequest.getSession() |
HttpSession |
ForwardNamedRequest.getSession(boolean isNew) |
Modifier and Type | Method and Description |
---|---|
HttpSession |
HttpServletRequest.getSession()
Returns the current session, creating one if necessary.
|
HttpSession |
HttpSessionBindingEvent.getSession()
Returns the session.
|
HttpSession |
HttpSessionEvent.getSession()
Returns the session.
|
HttpSession |
HttpServletRequestWrapper.getSession()
Returns the current session, creating one if necessary.
|
HttpSession |
HttpServletRequest.getSession(boolean create)
Returns a session.
|
HttpSession |
HttpServletRequestWrapper.getSession(boolean create)
Returns a session.
|
HttpSession |
HttpSessionContext.getSession(java.lang.String id)
Deprecated.
|
Constructor and Description |
---|
HttpSessionBindingEvent(HttpSession session,
java.lang.String name)
Create a new session binding event.
|
HttpSessionBindingEvent(HttpSession session,
java.lang.String name,
java.lang.Object value)
Create a new session binding event.
|
HttpSessionEvent(HttpSession session)
Create a new session event.
|
Modifier and Type | Method and Description |
---|---|
abstract HttpSession |
PageContext.getSession()
Returns the request's session.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
Config.get(HttpSession session,
java.lang.String name) |
static void |
Config.remove(HttpSession session,
java.lang.String name) |
static void |
Config.set(HttpSession session,
java.lang.String name,
java.lang.Object var) |