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

Method getCreationTime

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

Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT. @return a long specifying when this session was created, expressed in milliseconds since 1/1/1970 GMT @exception IllegalStateException if this method is called on a

()

Source from the content-addressed store, hash-verified

70 * @exception IllegalStateException if this method is called on an invalidated session
71 */
72 long getCreationTime();
73
74 /**
75 * Returns a string containing the unique identifier assigned to this session. The identifier is assigned by the

Callers 4

doGetMethod · 0.95
serviceMethod · 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 2

serviceMethod · 0.76
doGetMethod · 0.76