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)
| 214 | * @see #getPath |
| 215 | */ |
| 216 | public void setPath(String uri) { |
| 217 | setAttributeInternal(PATH, uri); |
| 218 | } |
| 219 | |
| 220 | |
| 221 | /** |