BBjHttpRequest::getCookies (Deprecated)
BBjHttpRequest::getCookies is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest::getCookies.
Description
In BBj 12.00 and higher, this method returns the a BBjVector containing all the BBjCookie objects from the BBjHttpRequest object.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         getCookies()  | 
                                                
Parameters
None.
Return Value
a BBjVector containing the BBjCookie objects
Remarks
None.
Example
                                                     |