HTTP.Servlet.Request.getCookieValue()

Signature

String getCookieValue(Object[] allCookies, String cookieName)

Domain

Parameters

NameTypeDescription
allCookiesObject[]All request cookies
cookieNameThename of the cookie whose value is desired.

Returns

TypeDescription
Thecookie value or null.

See Also

getRequestCookies