Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
testCrawlersSessionIdIsRemovedAfterSessionExpiry
Method · 0.95
load
Method · 0.95
unload
Method · 0.95
isValid
Method · 0.95
invalidate
Method · 0.95
stopInternal
Method · 0.95
Calls
15
getApplicationLifecycleListeners
Method · 0.95
getSession
Method · 0.95
handleThrowable
Method · 0.95
fireSessionEvent
Method · 0.95
setValid
Method · 0.95
keys
Method · 0.95
removeAttributeInternal
Method · 0.95
getContext
Method · 0.65
bind
Method · 0.65
fireContainerEvent
Method · 0.65
sessionDestroyed
Method · 0.65
error
Method · 0.65
Tested by
1
testCrawlersSessionIdIsRemovedAfterSessionExpiry
Method · 0.76