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

Method getId

java/jakarta/servlet/http/HttpSession.java:82–82  ·  view source on GitHub ↗

Returns a string containing the unique identifier assigned to this session. The identifier is assigned by the servlet container and is implementation dependent. @return a string specifying the identifier assigned to this session @exception IllegalStateException if this method is called on an inval

()

Source from the content-addressed store, hash-verified

80 * @exception IllegalStateException if this method is called on an invalidated session
81 */
82 String getId();
83
84 /**
85 * Returns the last time the client sent a request associated with this session, as the number of milliseconds since

Callers 15

doGetMethod · 0.95
renderHTMLMethod · 0.95
renderJSONMethod · 0.95
doGetMethod · 0.95
doGetMethod · 0.95
doGetMethod · 0.95
doGetMethod · 0.95
serviceMethod · 0.95
doGetMethod · 0.95
doGetMethod · 0.95
doGetMethod · 0.95

Implementers 2

StandardSessionFacadejava/org/apache/catalina/session/Stand
StandardSessionjava/org/apache/catalina/session/Stand

Calls

no outgoing calls

Tested by 8

doGetMethod · 0.76
doGetMethod · 0.76
doGetMethod · 0.76
serviceMethod · 0.76
doGetMethod · 0.76
doGetMethod · 0.76
doGetMethod · 0.76