Package | Description |
---|---|
com.caucho.security | |
com.caucho.server.session |
Modifier and Type | Method and Description |
---|---|
protected void |
SingleSignonEntry.addSession(SessionImpl session) |
Modifier and Type | Method and Description |
---|---|
SessionImpl |
SessionFactory.create(java.lang.String id,
long creationTime)
Creates a new session.
|
SessionImpl |
SessionManager.createSession(boolean isCreate,
HttpServletRequest request,
java.lang.String sessionId,
long now,
boolean fromCookie)
Finds a session in the session store, creating one if 'create' is true
|
SessionImpl |
SessionManager.createSession(java.lang.String oldId,
long now,
HttpServletRequest request,
boolean fromCookie)
Create a new session.
|
SessionImpl |
SessionManager.getSession(java.lang.String key) |
SessionImpl |
SessionManager.getSession(java.lang.String key,
long now,
boolean create,
boolean fromCookie)
Returns a session from the session store, returning null if there's
no cached session.
|