MCPcopy Create free account
hub / github.com/apache/tomcat / getSession

Method getSession

java/org/apache/catalina/connector/Request.java:2222–2225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2220
2221
2222 @Override
2223 public HttpSession getSession() {
2224 return getSession(true);
2225 }
2226
2227
2228 @Override

Callers 1

Calls 2

doGetSessionMethod · 0.95
getSessionMethod · 0.95

Tested by 1