MCPcopy Index your code
hub / github.com/apache/tomcat / expire

Method expire

java/org/apache/catalina/session/StandardSession.java:564–569  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

562
563
564 @Override
565 public void expire() {
566
567 expire(true);
568
569 }
570
571
572 /**

Callers 6

loadMethod · 0.95
unloadMethod · 0.95
isValidMethod · 0.95
invalidateMethod · 0.95
stopInternalMethod · 0.95

Calls 15

getSessionMethod · 0.95
handleThrowableMethod · 0.95
fireSessionEventMethod · 0.95
setValidMethod · 0.95
keysMethod · 0.95
getContextMethod · 0.65
bindMethod · 0.65
fireContainerEventMethod · 0.65
sessionDestroyedMethod · 0.65
errorMethod · 0.65