Uses of Class
org.apache.catalina.session.StandardManager
-
Packages that use StandardManager 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. -
-
Uses of StandardManager in org.apache.catalina.session
Subclasses of StandardManager in org.apache.catalina.session Modifier and Type Class Description classCookiePersistentManagerSession manager for cookie-based persistence, where cookies carry session state.
-