Cookie.getPath

Returns the path on the server to which the browser returns this cookie. The cookie is visible to all subpaths on the server.

@return a <code>string</code> specifying a path , for example, <i>/catalog</i>

@see #setPath

class Cookie
nothrow
string
getPath
()

Meta