GetCookieValue method: Request class
Syntax
GetCookieValue (name)
Description
This method returns a string containing value of the cookie identified name. The name parameter takes a string value. The NPmatch between name and the request cookie is case-insensitive. If there is no cookie in the request matching the name, an empty string is returned.