String getCookieValue(Object[] allCookies, String cookieName)String getCookieValue(Object[] allCookies, String cookieName)| Name | Type | Description | 
|---|---|---|
allCookies | Object[] | All request cookies | 
cookieName | String | The name of the cookie whose value is desired. | 
| Type | Description | 
|---|---|
String | Get servlet request cookie value. |