ClusterSessionpublic interface ClusterSession implements HttpSession, org.apache.catalina.Session
Methods Summary |
---|
public boolean | isPrimarySession()returns true if this session is the primary session, if that is the
case, the manager can expire it upon timeout.
| public void | setPrimarySession(boolean primarySession)Sets whether this is the primary session or not.
|
|