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

Method getMaxInactiveInterval

java/org/apache/catalina/Session.java:219–219  ·  view source on GitHub ↗

Returns the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session. A negative time indicates that the session should never time out. @return the maximum inactive interval in seconds

()

Source from the content-addressed store, hash-verified

217 * @return the maximum inactive interval in seconds
218 */
219 int getMaxInactiveInterval();
220
221
222 /**

Callers 9

processExpiresMethod · 0.95
isSessionStaleMethod · 0.65
isAccessReplicateMethod · 0.65
requestCompletedMethod · 0.65
saveRequestMethod · 0.65
sessionDestroyedMethod · 0.65
saveMethod · 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