In BBj 18.0 and higher, this method adds a BBjCookie that was created using the BBjspWebResponse::createCookie(String) method.
Return Value |
Method |
void |
addCookie(BBjCookie cookie) |
Variable |
Description |
cookie |
The BBjCookie to add. |
None.
The example below shows how to add a new cookie through the BBjspWebResponse object. Note that you must execute the cookie's BBjCookie::setValue(String) and BBjCookie::setMaxAge(int) methods in order to successfully create the cookie.
This example demonstrates how this works in a BBJSP web-page
|
This example demonstrates how this works in a BBJSP servlet
|