BBjspRequestUtil::findCookieValue (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBJ 16.0 and higher, this method gets the value of the specified cookie.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         String  | 
                                                    
                                                         findCookieValue(BBjspWebRequest request, string cookieName)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         cookieName  | 
                                                    
                                                         the cookie name  | 
                                                
| 
                                                         request  | 
                                                    
                                                         the request  | 
                                                
Return Value
the value of the cookie
Remarks
None.
Example
                                                     |