org.apache.catalina.session.StandardSession Standard implementation of the <b>Session</b> interface. This object is serializable, so that it can be stored in persistent storage or transferred to a different JVM for distributable session support. <p> <b>IMPLEMENTATION NOTE</b>: An instance of this class repres ...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.roller.presentation.RollerSession Roller session handles session startup and shutdown. @web.listener org.apache.turbine.services.session.SessionListener This class is a listener for both session creation and destruction, and for session activation and passivation. It must be configured via your web application's <code>web.xml</code> deployment descriptor as follows for the container to call it: <blockquote><code><pre&g ...listeners.SessionListener Example listener for context-related application events, which were introduced in the 2.3 version of the Servlet API. This listener merely documents the occurrence of such events in the application log associated with our servlet context. @author Craig R. McClanahan @version $Revision: 1.2 $ $Da ...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 ...org.apache.tester.unshared.UnsharedSessionBean Simple JavaBean to use for session attribute tests. It is Serializable so that instances can be saved and restored across server restarts. <p> This bean is functionally equivalent to <code>org.apache.tester.SessionBean</code>, but will be deployed under <code>/WEB-INF/clas ... | Popular Tags |