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

Method setId

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

Set the session identifier for this session and notifies any associated listeners that a new session has been created. @param id The new session identifier

(String id)

Source from the content-addressed store, hash-verified

128 * @param id The new session identifier
129 */
130 void setId(String id);
131
132
133 /**

Callers 5

createSessionMethod · 0.95
TesterRequestMethod · 0.65
setupMethod · 0.65
setIdMethod · 0.65
changeSessionIdMethod · 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 2

TesterRequestMethod · 0.52
setupMethod · 0.52