Uses of Interface
org.abstracthorizon.danube.session.SessionManager

Packages that use SessionManager
org.abstracthorizon.danube.http.session   
 

Uses of SessionManager in org.abstracthorizon.danube.http.session
 

Subinterfaces of SessionManager in org.abstracthorizon.danube.http.session
 interface HTTPSessionManager
          This interface defines simple session handling interface.
 

Classes in org.abstracthorizon.danube.http.session that implement SessionManager
 class SimpleCookieSessionManager
          Simple session manager implementation that uses cookies for storing session id on the client side.
 class SimpleSessionManager
          Simple session manager implementation that checks for expired sessions on invocation of HTTPSessionManager methods.
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.