MCPcopy Create free account
hub / github.com/apache/tomcat / getCookies

Method getCookies

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

Return the "use cookies for session ids" flag. @return true if it is permitted to use cookies to track session IDs for this web application, otherwise false

()

Source from the content-addressed store, hash-verified

200 * otherwise <code>false</code>
201 */
202 boolean getCookies();
203
204
205 /**

Callers 15

doGetMethod · 0.65
serviceMethod · 0.65
serviceMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
invokeMethod · 0.65
invokeMethod · 0.65
addElementMethod · 0.65
addElementMethod · 0.65
saveRequestMethod · 0.65
invokeMethod · 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 5

serviceMethod · 0.52
serviceMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
invokeMethod · 0.52