| Package | Description |
|---|---|
| org.jwall.web.audit.session |
The
session-package provides some interfaces to implement
session trackers. |
| Class and Description |
|---|
| 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 © 2014 jwall.org. All Rights Reserved.