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

Method getLastAccessedTime

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

Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request. Actions that your application takes, such as getting or setting a value associated with the s

()

Source from the content-addressed store, hash-verified

94 * @exception IllegalStateException if this method is called on an invalidated session
95 */
96 long getLastAccessedTime();
97
98 /**
99 * Returns the ServletContext to which this session belongs.

Callers 3

doGetMethod · 0.95
serviceMethod · 0.95

Implementers 2

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

Calls

no outgoing calls

Tested by 1

serviceMethod · 0.76