
BBjCookie::getPath
Description
In BBj 12.0 and higher, this method returns the path on the server to which the browser returns this BBjCookie. The cookie is visible to all subpaths on the server.
Syntax
Return Value |
Method |
String |
getPath() |
Parameters
None.
Return Value
a String specifying a path that contains a servlet name, for example, /catalog
Remarks
The example below shows getting the path of a BBjCookie of a within a BBjServlet
Example
|