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 ...
org.jboss.web.tomcat.tc5.session.ClusteredSession Abstract base class for session clustering based on StandardSession. Different session replication strategy can be implemented such as session- or attribute-based ones. @author Ben Wang @version $Revision: 1.5.2.8 $ ----------------------------------------------------- Instance Variables Descri ...
com.lutris.appserver.server.sessionEnhydra.StandardSessionManager This session manager maintains the mapping between session keys and sessions. It generates secure session keys that are safe to use as cookie values in web applications. It also manages the life of a session. If a session is not used (touched) for a preconfigured amount of time, then it is expi ...
org.apache.jetspeed.services.statemanager.JetspeedHttpStateManagerService <p>JetspeedHttpStateManagerService is an implementation of the BaseStateManagerService which manages the states stored in the "current" HttpSession.</p> <p>Note: This implementation of the StateManagerService takes advantage of the Servlet container's management of the HttpSessio ...