Uses of Package
org.jwall.web.audit.session

Packages that use org.jwall.web.audit.session
org.jwall.web.audit.session The session-package provides some interfaces to implement session trackers. 
 

Classes in org.jwall.web.audit.session used by org.jwall.web.audit.session
AbstractSessionTracker
          This class is an abstract implementation of a simple session tracker and provides the basis for the tracker HeuristicSessionTracker and CookieSessionTracker.
Session
          This class implements a data storage of some key-value-pairs, all associated with a unique session-id.
SessionContext
          This interface defines an abstract session context that is associated with a session-identifier and provides features like setting variables and removing or expiring variables of session scope.
SessionTracker
          This interface defines the basic function of a session tracker.
 



Copyright © 2012 jwall.org. All Rights Reserved.