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

Method getSessionCookiePath

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

Gets the path to use for session cookies. Overrides any setting that may be specified by the application. @return The value of the default session cookie path or null if not specified

()

Source from the content-addressed store, hash-verified

291 * @return The value of the default session cookie path or null if not specified
292 */
293 String getSessionCookiePath();
294
295
296 /**

Callers 3

runValveMethod · 0.95
doGetSessionMethod · 0.95
getSessionCookiePathMethod · 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 1

runValveMethod · 0.76