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

Method setPath

java/jakarta/servlet/http/Cookie.java:216–218  ·  view source on GitHub ↗

Specifies a path for the cookie to which the client should return the cookie. The cookie is visible to all the pages in the directory you specify, and all the pages in that directory's subdirectories. A cookie's path must include the servlet that set the cookie, for example, /catalog , whi

(String uri)

Source from the content-addressed store, hash-verified

214 * @see #getPath
215 */
216 public void setPath(String uri) {
217 setAttributeInternal(PATH, uri);
218 }
219
220
221 /**

Callers 8

doGetMethod · 0.95
doTestPathMethod · 0.95
testCloneMethod · 0.95
invokeMethod · 0.95
invokeMethod · 0.95
createSessionCookieMethod · 0.95
registerMethod · 0.95
invokeMethod · 0.95

Calls 1

setAttributeInternalMethod · 0.95

Tested by 2

doTestPathMethod · 0.76
testCloneMethod · 0.76