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

Method setMaxInactiveInterval

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

Set 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. @param interval The new maximum interval

(int interval)

Source from the content-addressed store, hash-verified

226 * @param interval The new maximum interval
227 */
228 void setMaxInactiveInterval(int interval);
229
230
231 /**

Callers 8

createSessionMethod · 0.95
executeMethod · 0.65
restoreRequestMethod · 0.65
saveRequestMethod · 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 2