org.apache.catalina.cluster.session.DeltaSession Similar to the StandardSession, this code is identical, but for update and some small issues, simply copied in the first release. This session will keep track of deltas during a request. <p> <b>IMPLEMENTATION NOTE </b>: An instance of this class represents both the internal (Ses ...
com.lutris.appserver.server.sessionEnhydra.BasicSession The standard implementation of the StandardSession interface. The session reflects and instance of a client interacting with the application. A BasicSession maybe associated with a user or exist in a unauthenticated state. The session manager associated with a BasicSession object must be a Stand ...