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

Method findSession

java/org/apache/catalina/Manager.java:248–248  ·  view source on GitHub ↗

Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null . @param id The session id for the session to be returned @exception IllegalStateException if a new session cannot be instantiated for any reason @exception IOExceptio

(String id)

Source from the content-addressed store, hash-verified

246 * @return the request session or {@code null} if a session with the requested ID could not be found
247 */
248 Session findSession(String id) throws IOException;
249
250
251 /**

Callers 15

invokeMethod · 0.95
storeSessionMethod · 0.95
getSessionMethod · 0.95
expireMethod · 0.95
doGetSessionMethod · 0.95
testChangeSessionIdMethod · 0.65
testFileStoreMethod · 0.65
backsUpOnce_56698Method · 0.65
testDSStoreMethod · 0.65

Implementers 2

TesterManagertest/org/apache/catalina/session/Teste
ManagerBasejava/org/apache/catalina/session/Manag

Calls

no outgoing calls

Tested by 5

invokeMethod · 0.76
testChangeSessionIdMethod · 0.52
testFileStoreMethod · 0.52
backsUpOnce_56698Method · 0.52
testDSStoreMethod · 0.52