|
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. |