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

Method getIdInternal

java/org/apache/catalina/Session.java:121–121  ·  view source on GitHub ↗

Returns the session identifier for this session, bypassing validity checks. @return the session identifier

()

Source from the content-addressed store, hash-verified

119 * @return the session identifier
120 */
121 String getIdInternal();
122
123
124 /**

Callers 15

addElementMethod · 0.95
storeSessionMethod · 0.95
doAuthenticateMethod · 0.95
encodeRedirectURLMethod · 0.95
encodeURLMethod · 0.95
findSessionMethod · 0.95
DeltaSessionMethod · 0.65
setIdMethod · 0.65
expireMethod · 0.65
resetDeltaRequestMethod · 0.65
replaceDeltaRequestMethod · 0.65
deserializeSessionsMethod · 0.65

Implementers 3

WsSessionjava/org/apache/tomcat/websocket/WsSes
StandardSessionjava/org/apache/catalina/session/Stand
DummyProxySessionjava/org/apache/catalina/manager/Dummy

Calls

no outgoing calls

Tested by

no test coverage detected