Package org.eclipse.jetty.server.session

Interface Summary
AbstractSessionManager.SessionIf Interface that any session wrapper should implement so that SessionManager may access the Jetty session implementation.
 

Class Summary
AbstractSessionIdManager  
AbstractSessionManager An Abstract implementation of SessionManager.
AbstractSessionManager.NullSessionContext Null returning implementation of HttpSessionContext
HashSessionIdManager HashSessionIdManager.
HashSessionManager An in-memory implementation of SessionManager.
JDBCSessionIdManager JDBCSessionIdManager SessionIdManager implementation that uses a database to store in-use session ids, to support distributed sessions.
JDBCSessionManager JDBCSessionManager SessionManager that persists sessions to a database to enable clustering.
SessionHandler SessionHandler.
 



Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.