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

Method getLastAccessedTime

java/org/apache/catalina/Session.java:170–170  ·  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. Actions that your application takes, such as getting or setting a value associated with the session, do not affect the access time. This one gets updated w

()

Source from the content-addressed store, hash-verified

168 * @return the last access time in milliseconds
169 */
170 long getLastAccessedTime();
171
172 /**
173 * Returns the last client access time without invalidation check.

Callers 6

testLastAccessMethod · 0.95
getLastAccessedTimeMethod · 0.95
getLastAccessedTimeMethod · 0.65
saveMethod · 0.65

Implementers 3

WsSessionjava/org/apache/tomcat/websocket/WsSes
StandardSessionjava/org/apache/catalina/session/Stand
DummyProxySessionjava/org/apache/catalina/manager/Dummy

Calls

no outgoing calls

Tested by 1

testLastAccessMethod · 0.76