
BBjCookie::getName
Description
In BBj 12.0 and higher, this method returns the name of the cookie. The name cannot be changed after creation.
Syntax
Return Value |
Method |
String |
getName() |
Parameters
None.
Return Value
a String specifying the cookie's name
Remarks
The example below shows getting the name of a BBjCookie of a within a BBjServlet.
Example
REM
Obtain the instance of the BBjAPI object |