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

Method getSessionTimeout

java/org/apache/catalina/Context.java:587–587  ·  view source on GitHub ↗

Returns the default session timeout in minutes for this web application. @return the session timeout in minutes

()

Source from the content-addressed store, hash-verified

585 * @return the session timeout in minutes
586 */
587 int getSessionTimeout();
588
589
590 /**

Callers 10

sessionsMethod · 0.95
listMethod · 0.95
toXmlMethod · 0.65
mergeMethod · 0.65
handleSESSION_CREATEDMethod · 0.65
getSessionTimeoutMethod · 0.65
getSessionTimeoutMethod · 0.65
getSessionTimeoutMethod · 0.65
createSessionMethod · 0.65

Implementers 5

TesterContexttest/org/apache/tomcat/unittest/Tester
SelectorContextjava/org/apache/naming/SelectorContext
NamingContextjava/org/apache/naming/NamingContext.j
FailedContextjava/org/apache/catalina/startup/Faile
StandardContextjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected