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

Method createSession

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

Construct and return a new session object, based on the default settings specified by this Manager's properties. The session id specified will be used as the session id. If a new session cannot be created for any reason, return null . @param sessionId The session id which should be used

(String sessionId)

Source from the content-addressed store, hash-verified

232 * @return An empty Session object with the given ID or a newly created session ID if none was specified
233 */
234 Session createSession(String sessionId);
235
236
237 /**

Callers 5

getSessionMethod · 0.95
doGetSessionMethod · 0.95
runMethod · 0.65
testMinIdleSwapMethod · 0.65
createSessionMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

runMethod · 0.52
testMinIdleSwapMethod · 0.52