Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createRequestExpectations
Method · 0.95
Calls
2
doGetSession
Method · 0.95
getSession
Method · 0.95
Tested by
1
createRequestExpectations
Method · 0.76