HTTP.Servlet.Request.getCookieValue()

Signature

String getCookieValue(Object[] allCookies, String cookieName)

Domain

ACTION

Description

Gets the cookie value for the given cookie name

Parameters

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

Returns

TypeDescription
StringGet servlet request cookie value.

See Also

getRequestCookies