Package | Description |
---|---|
com.caucho.quercus | |
com.caucho.server.http | |
com.caucho.server.session | |
com.caucho.server.webapp |
Modifier and Type | Method and Description |
---|---|
SessionManager |
ResinQuercus.getSessionManager() |
Modifier and Type | Method and Description |
---|---|
protected SessionManager |
RequestAdapter.getSessionManager() |
protected SessionManager |
AbstractCauchoRequest.getSessionManager()
Returns the session manager.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
RequestAdapter.getCookieName(SessionManager manager) |
protected java.lang.String |
AbstractCauchoRequest.getSessionCookie(SessionManager manager)
Returns the session cookie.
|
Modifier and Type | Field and Description |
---|---|
protected SessionManager |
SessionImpl._manager |
Modifier and Type | Method and Description |
---|---|
SessionManager |
SessionImpl.getManager()
Returns the session manager.
|
SessionManager |
SessionFactory.getSessionManager()
Gets the session manager.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionFactory.setSessionManager(SessionManager manager)
Sets the session manager.
|
Constructor and Description |
---|
SessionImpl(SessionManager manager,
java.lang.String id,
long creationTime)
Create a new session object.
|
SessionManagerAdmin(SessionManager manager) |
Modifier and Type | Method and Description |
---|---|
SessionManager |
WebApp.createSessionConfig()
Configures the session manager.
|
SessionManager |
WebAppContainer.getSessionManager()
Returns the container's session manager.
|
SessionManager |
WebApp.getSessionManager()
Gets the session manager.
|
Modifier and Type | Method and Description |
---|---|
void |
WebApp.addSessionConfig(SessionManager manager)
Adds the session manager.
|