All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jwall.web.audit.session.package.html Maven / Gradle / Ivy








The session-package provides some interfaces to implement session trackers. The core interfaces are SessionContext, which represents a user session among several requests and SessionTracker, which defines the methods common to all classes that provide session tracking facilities.

In addition to these interfaces the package does include implementations for session trackers based on

  • Heuristics, i.e. the client IP address and a time-out value
  • Cookie variable, the most common session mechanism.

The cookie-based session tracker is probably the best starting point to implement your own session tracker by either directly extending the cookie-session tracker or using the AbstractSessionTracker as a basis.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy