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

Method getThisAccessedTime

java/org/apache/catalina/Session.java:151–151  ·  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

149 * @return the last access time in milliseconds
150 */
151 long getThisAccessedTime();
152
153 /**
154 * Returns the last client access time without invalidation check.

Callers 6

getThisAccessedTimeMethod · 0.95
processExpiresMethod · 0.95
getUsedTimeForSessionMethod · 0.65
getTTLForSessionMethod · 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

no test coverage detected