Uses of Class
org.apache.catalina.session.StandardSession
-
Packages that use StandardSession Package Description org.apache.catalina.session This package contains the standardManagerandSessionimplementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with aContext.org.glassfish.web.ha.session.management -
-
Uses of StandardSession in org.apache.catalina.session
Methods in org.apache.catalina.session that return StandardSession Modifier and Type Method Description protected StandardSessionManagerBase. getNewSession()Get new session class to be used in the doLoad() method.Constructors in org.apache.catalina.session with parameters of type StandardSession Constructor Description StandardSessionFacade(StandardSession session)Construct a new session facade. -
Uses of StandardSession in org.glassfish.web.ha.session.management
Subclasses of StandardSession in org.glassfish.web.ha.session.management Modifier and Type Class Description classBaseHASessionclassFullHASessionclassModifiedAttributeHASessionclassModifiedHASession
-