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

Method getSessionInternal

java/org/apache/catalina/connector/Request.java:2407–2409  ·  view source on GitHub ↗

Return the session associated with this request, creating one if necessary. @return the session

()

Source from the content-addressed store, hash-verified

2405 * @return the session
2406 */
2407 public Session getSessionInternal() {
2408 return doGetSession(true);
2409 }
2410
2411
2412 /**

Callers 15

changeSessionIdMethod · 0.95
isEncodeableMethod · 0.95
addElementMethod · 0.80
storeSessionMethod · 0.80
doAuthenticateMethod · 0.80
registerMethod · 0.80
forwardToLoginPageMethod · 0.80
matchRequestMethod · 0.80
invokeMethod · 0.80

Calls 1

doGetSessionMethod · 0.95

Tested by

no test coverage detected