Methods in com.caucho.server.session that return SessionImpl |
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. |