Uses of Class
com.caucho.server.session.SessionImpl

Packages that use SessionImpl
com.caucho.server.session   
 

Uses of SessionImpl in com.caucho.server.session
 

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(java.lang.String oldId, long now, HttpServletRequest request, boolean fromCookie)
          Create a new session.
 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.
 

Methods in com.caucho.server.session with parameters of type SessionImpl
 void SessionImpl.logout(SessionImpl timeoutSession)
          Logs out the user